Package io.gs2.deploy.request
Class CreateStackFromGitHubRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<CreateStackFromGitHubRequest>
io.gs2.deploy.request.CreateStackFromGitHubRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CreateStackFromGitHubRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()voidsetCheckoutSetting(GitHubCheckoutSetting checkoutSetting) voidsetDescription(String description) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withCheckoutSetting(GitHubCheckoutSetting checkoutSetting) withDescription(String description) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
CreateStackFromGitHubRequest
public CreateStackFromGitHubRequest()
-
-
Method Details
-
getName
-
setName
-
withName
-
getDescription
-
setDescription
-
withDescription
-
getCheckoutSetting
-
setCheckoutSetting
-
withCheckoutSetting
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-