public abstract class ClientExtensionBase
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Client |
client |
protected boolean |
initialized |
protected org.gradle.api.Project |
project |
| Constructor and Description |
|---|
ClientExtensionBase() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkNotInitialized() |
Client |
client(groovy.lang.Closure closure) |
Client |
getClient() |
protected abstract void |
init() |
protected java.util.List<java.lang.String> |
parseCommand(java.lang.String command) |
protected org.gradle.api.Project project
protected boolean initialized
protected Client client