Uses of Class
io.gs2.enchant.model.GitHubCheckoutSetting
Packages that use GitHubCheckoutSetting
-
Uses of GitHubCheckoutSetting in io.gs2.enchant.model
Methods in io.gs2.enchant.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.enchant.request
Methods in io.gs2.enchant.request that return GitHubCheckoutSettingModifier and TypeMethodDescriptionUpdateCurrentParameterMasterFromGitHubRequest.getCheckoutSetting()Methods in io.gs2.enchant.request with parameters of type GitHubCheckoutSettingModifier and TypeMethodDescriptionvoidUpdateCurrentParameterMasterFromGitHubRequest.setCheckoutSetting(GitHubCheckoutSetting checkoutSetting) UpdateCurrentParameterMasterFromGitHubRequest.withCheckoutSetting(GitHubCheckoutSetting checkoutSetting)