Uses of Class
io.gs2.deploy.request.CreateStackFromGitHubRequest
Packages that use CreateStackFromGitHubRequest
-
Uses of CreateStackFromGitHubRequest in io.gs2.deploy
Methods in io.gs2.deploy with parameters of type CreateStackFromGitHubRequestModifier and TypeMethodDescriptionGs2DeployRestClient.createStackFromGitHub(CreateStackFromGitHubRequest request) voidGs2DeployRestClient.createStackFromGitHubAsync(CreateStackFromGitHubRequest request, AsyncAction<AsyncResult<CreateStackFromGitHubResult>> callback) -
Uses of CreateStackFromGitHubRequest in io.gs2.deploy.request
Methods in io.gs2.deploy.request that return CreateStackFromGitHubRequestModifier and TypeMethodDescriptionstatic CreateStackFromGitHubRequestCreateStackFromGitHubRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) CreateStackFromGitHubRequest.withCheckoutSetting(GitHubCheckoutSetting checkoutSetting) CreateStackFromGitHubRequest.withDescription(String description)