Uses of Class
io.gs2.deploy.model.GitHubCheckoutSetting
Packages that use GitHubCheckoutSetting
-
Uses of GitHubCheckoutSetting in io.gs2.deploy.model
Methods in io.gs2.deploy.model that return GitHubCheckoutSettingModifier and TypeMethodDescriptionstatic GitHubCheckoutSettingGitHubCheckoutSetting.fromJson(com.fasterxml.jackson.databind.JsonNode data) GitHubCheckoutSetting.withApiKeyId(String apiKeyId) GitHubCheckoutSetting.withBranchName(String branchName) GitHubCheckoutSetting.withCommitHash(String commitHash) GitHubCheckoutSetting.withReferenceType(String referenceType) GitHubCheckoutSetting.withRepositoryName(String repositoryName) GitHubCheckoutSetting.withSourcePath(String sourcePath) GitHubCheckoutSetting.withTagName(String tagName) -
Uses of GitHubCheckoutSetting in io.gs2.deploy.request
Methods in io.gs2.deploy.request that return GitHubCheckoutSettingModifier and TypeMethodDescriptionCreateStackFromGitHubRequest.getCheckoutSetting()UpdateStackFromGitHubRequest.getCheckoutSetting()Methods in io.gs2.deploy.request with parameters of type GitHubCheckoutSettingModifier and TypeMethodDescriptionvoidCreateStackFromGitHubRequest.setCheckoutSetting(GitHubCheckoutSetting checkoutSetting) voidUpdateStackFromGitHubRequest.setCheckoutSetting(GitHubCheckoutSetting checkoutSetting) CreateStackFromGitHubRequest.withCheckoutSetting(GitHubCheckoutSetting checkoutSetting) UpdateStackFromGitHubRequest.withCheckoutSetting(GitHubCheckoutSetting checkoutSetting)