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