Uses of Class
io.gs2.script.request.CreateScriptFromGitHubRequest
Packages that use CreateScriptFromGitHubRequest
-
Uses of CreateScriptFromGitHubRequest in io.gs2.script
Methods in io.gs2.script with parameters of type CreateScriptFromGitHubRequestModifier and TypeMethodDescriptionGs2ScriptRestClient.createScriptFromGitHub(CreateScriptFromGitHubRequest request) voidGs2ScriptRestClient.createScriptFromGitHubAsync(CreateScriptFromGitHubRequest request, AsyncAction<AsyncResult<CreateScriptFromGitHubResult>> callback) -
Uses of CreateScriptFromGitHubRequest in io.gs2.script.request
Methods in io.gs2.script.request that return CreateScriptFromGitHubRequestModifier and TypeMethodDescriptionCreateScriptFromGitHubRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) CreateScriptFromGitHubRequest.withCheckoutSetting(GitHubCheckoutSetting checkoutSetting) CreateScriptFromGitHubRequest.withDescription(String description) CreateScriptFromGitHubRequest.withNamespaceName(String namespaceName)