| Type | Name and description |
|---|---|
java.lang.Boolean |
isBuildEnvTurn on/off certain features that are only enabled for task groups used to build code. |
java.lang.Boolean |
isDebugEnabledCapture the debug status from the Gradle logging framework. |
java.lang.Boolean |
isDeployEnvTurn on/off certain features that are only enabled for task groups used to deploy code. |
java.lang.String |
nameThe name of the container entity. |
| Constructor and description |
|---|
TaskGroupContainer
(java.lang.String name) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.Object |
getDomainName() |
|
java.lang.Object |
getTaskName(java.lang.String baseTaskName)A method that makes it easy for naming 'default' tasks versus non-'default' tasks. |
|
java.lang.Object |
isDefaultTask(java.lang.String buildName)This plugin has a default set of tasks that are configured with a single task group called 'default'. |
|
java.lang.Object |
logTaskName(java.lang.String task)Easy method for instrumentation configuring Gradle tasks. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Turn on/off certain features that are only enabled for task groups used to build code.
Capture the debug status from the Gradle logging framework. Not currently used.
Turn on/off certain features that are only enabled for task groups used to deploy code.
The name of the container entity.
A method that makes it easy for naming 'default' tasks versus non-'default' tasks.
This plugin has a default set of tasks that are configured with a single task group called 'default'. This method is used during configuration when special handling is needed for those tasks.
Easy method for instrumentation configuring Gradle tasks.
Groovy Documentation