Class |
Description |
AbstractBaseToolExtension
|
Use as a base class for project and task extensions that will wrap tools. |
AbstractBaseToolExtension.1
|
|
AbstractBaseToolExtension.2
|
|
AbstractCmdlineArgumentSpec
|
Abstract class to set command-line parameters. |
AbstractCommandExecSpec
|
Basic building |
AbstractCommandExecTask
|
Configures a task that will run a non-JVM command-based execution. |
AbstractExecSpec
|
Base class for creating execution specifications. |
AbstractExecTask
|
Configures a task that will run a non-JVM execution. |
AbstractExecWrapperTask
|
Base task class to wrap external tool executions without exposing command-line parameters directly. |
AbstractExecWrapperWithExtensionTask
|
- Type Parameters:
T - A class that extends AbstractToolExtension
|
AbstractJvmExecSpec
|
A base class for specifying the execution of an entrypoint on a forked JVM. |
AbstractJvmExecTask
|
Configures a task that will run an execution in a forked JVM. |
AbstractJvmModelExecTask
|
Configures a task that will run an execution in a forked JVM. |
AbstractJvmScriptExecSpec
|
Defines the basics for executing a script from a JVM-based scripting language. |
AbstractJvmScriptExecTask
|
Configures a task that will run an execution in a forked JVM. |
AbstractScriptExecSpec
|
Basic building block for script specifications. |
AbstractScriptExecTask
|
Configures a task that will run a non-JVM script-based execution. |
AbstractToolExtension
|
Use as a base class for project and task extensions that will wrap tools. |
AbstractToolExtension.1
|
|
CombinedProjectTaskExtensionBase
|
Base class for an extension that can both be used on a project or a task. |