public class ServerExtension
extends Object
-
Constructor Summary
Constructors
-
Method Summary
org.gradle.api.provider.Property<String>
org.gradle.api.provider.Property<String>
org.gradle.api.provider.Property<String>
void
void
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ServerExtension
public ServerExtension(String name,
org.gradle.api.model.ObjectFactory factory)
-
Method Details
-
getName
- Returns:
- the name of this server configuration
-
getUri
public org.gradle.api.provider.Property<String> getUri()
- Returns:
- the URI of the server, must start with 'https', must end with '/api'.
-
setUri
public void setUri(String uri)
-
getToken
public org.gradle.api.provider.Property<String> getToken()
- Returns:
- the token used to authenticate with the server.
-
setToken
public void setToken(String token)
-
getInstanceGroup
public org.gradle.api.provider.Property<String> getInstanceGroup()
- Returns:
- the target instance group to push into.
-
setInstanceGroup
public void setInstanceGroup(String instanceGroup)