Uses of Class
io.gs2.script.request.UpdateScriptFromGitHubRequest
Packages that use UpdateScriptFromGitHubRequest
-
Uses of UpdateScriptFromGitHubRequest in io.gs2.script
Methods in io.gs2.script with parameters of type UpdateScriptFromGitHubRequestModifier and TypeMethodDescriptionGs2ScriptRestClient.updateScriptFromGitHub(UpdateScriptFromGitHubRequest request) voidGs2ScriptRestClient.updateScriptFromGitHubAsync(UpdateScriptFromGitHubRequest request, AsyncAction<AsyncResult<UpdateScriptFromGitHubResult>> callback) -
Uses of UpdateScriptFromGitHubRequest in io.gs2.script.request
Methods in io.gs2.script.request that return UpdateScriptFromGitHubRequestModifier and TypeMethodDescriptionUpdateScriptFromGitHubRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) UpdateScriptFromGitHubRequest.withCheckoutSetting(GitHubCheckoutSetting checkoutSetting) UpdateScriptFromGitHubRequest.withDescription(String description) UpdateScriptFromGitHubRequest.withNamespaceName(String namespaceName) UpdateScriptFromGitHubRequest.withScriptName(String scriptName)