| Package | Description |
|---|---|
| io.gs2.script | |
| io.gs2.script.domain.model | |
| io.gs2.script.request |
| Modifier and Type | Method and Description |
|---|---|
CreateScriptFromGitHubResult |
Gs2ScriptRestClient.createScriptFromGitHub(CreateScriptFromGitHubRequest request) |
void |
Gs2ScriptRestClient.createScriptFromGitHubAsync(CreateScriptFromGitHubRequest request,
AsyncAction<AsyncResult<CreateScriptFromGitHubResult>> callback) |
| Modifier and Type | Method and Description |
|---|---|
ScriptDomain |
NamespaceDomain.createScriptFromGitHub(CreateScriptFromGitHubRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static CreateScriptFromGitHubRequest |
CreateScriptFromGitHubRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
CreateScriptFromGitHubRequest |
CreateScriptFromGitHubRequest.withCheckoutSetting(GitHubCheckoutSetting checkoutSetting) |
CreateScriptFromGitHubRequest |
CreateScriptFromGitHubRequest.withDescription(String description) |
CreateScriptFromGitHubRequest |
CreateScriptFromGitHubRequest.withName(String name) |
CreateScriptFromGitHubRequest |
CreateScriptFromGitHubRequest.withNamespaceName(String namespaceName) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.