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