Package io.gs2.script.request
Class UpdateScriptFromGitHubRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<UpdateScriptFromGitHubRequest>
io.gs2.script.request.UpdateScriptFromGitHubRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetCheckoutSetting(GitHubCheckoutSetting checkoutSetting) voidsetDescription(String description) voidsetNamespaceName(String namespaceName) voidsetScriptName(String scriptName) com.fasterxml.jackson.databind.JsonNodetoJson()withCheckoutSetting(GitHubCheckoutSetting checkoutSetting) withDescription(String description) withNamespaceName(String namespaceName) withScriptName(String scriptName) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
UpdateScriptFromGitHubRequest
public UpdateScriptFromGitHubRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getScriptName
-
setScriptName
-
withScriptName
-
getDescription
-
setDescription
-
withDescription
-
getCheckoutSetting
-
setCheckoutSetting
-
withCheckoutSetting
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-