Uses of Class
io.gs2.script.model.GitHubCheckoutSetting
Packages that use GitHubCheckoutSetting
-
Uses of GitHubCheckoutSetting in io.gs2.script.model
Methods in io.gs2.script.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.script.request
Methods in io.gs2.script.request that return GitHubCheckoutSettingModifier and TypeMethodDescriptionCreateScriptFromGitHubRequest.getCheckoutSetting()UpdateScriptFromGitHubRequest.getCheckoutSetting()Methods in io.gs2.script.request with parameters of type GitHubCheckoutSettingModifier and TypeMethodDescriptionvoidCreateScriptFromGitHubRequest.setCheckoutSetting(GitHubCheckoutSetting checkoutSetting) voidUpdateScriptFromGitHubRequest.setCheckoutSetting(GitHubCheckoutSetting checkoutSetting) CreateScriptFromGitHubRequest.withCheckoutSetting(GitHubCheckoutSetting checkoutSetting) UpdateScriptFromGitHubRequest.withCheckoutSetting(GitHubCheckoutSetting checkoutSetting)