Package io.gs2.lottery.model
Class GitHubCheckoutSetting
java.lang.Object
io.gs2.lottery.model.GitHubCheckoutSetting
- All Implemented Interfaces:
IModel,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic GitHubCheckoutSettingfromJson(com.fasterxml.jackson.databind.JsonNode data) inthashCode()voidsetApiKeyId(String apiKeyId) voidsetBranchName(String branchName) voidsetCommitHash(String commitHash) voidsetReferenceType(String referenceType) voidsetRepositoryName(String repositoryName) voidsetSourcePath(String sourcePath) voidsetTagName(String tagName) com.fasterxml.jackson.databind.JsonNodetoJson()withApiKeyId(String apiKeyId) withBranchName(String branchName) withCommitHash(String commitHash) withReferenceType(String referenceType) withRepositoryName(String repositoryName) withSourcePath(String sourcePath) withTagName(String tagName)
-
Constructor Details
-
GitHubCheckoutSetting
public GitHubCheckoutSetting()
-
-
Method Details
-
getApiKeyId
-
setApiKeyId
-
withApiKeyId
-
getRepositoryName
-
setRepositoryName
-
withRepositoryName
-
getSourcePath
-
setSourcePath
-
withSourcePath
-
getReferenceType
-
setReferenceType
-
withReferenceType
-
getCommitHash
-
setCommitHash
-
withCommitHash
-
getBranchName
-
setBranchName
-
withBranchName
-
getTagName
-
setTagName
-
withTagName
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
hashCode
public int hashCode() -
equals
-