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