Uses of Class
io.gs2.deploy.request.UpdateStackFromGitHubRequest
Packages that use UpdateStackFromGitHubRequest
-
Uses of UpdateStackFromGitHubRequest in io.gs2.deploy
Methods in io.gs2.deploy with parameters of type UpdateStackFromGitHubRequestModifier and TypeMethodDescriptionGs2DeployRestClient.updateStackFromGitHub(UpdateStackFromGitHubRequest request) voidGs2DeployRestClient.updateStackFromGitHubAsync(UpdateStackFromGitHubRequest request, AsyncAction<AsyncResult<UpdateStackFromGitHubResult>> callback) -
Uses of UpdateStackFromGitHubRequest in io.gs2.deploy.request
Methods in io.gs2.deploy.request that return UpdateStackFromGitHubRequestModifier and TypeMethodDescriptionstatic UpdateStackFromGitHubRequestUpdateStackFromGitHubRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) UpdateStackFromGitHubRequest.withCheckoutSetting(GitHubCheckoutSetting checkoutSetting) UpdateStackFromGitHubRequest.withDescription(String description) UpdateStackFromGitHubRequest.withStackName(String stackName)