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