Agent-side plugin descriptor
| Type | Name and description |
|---|---|
Dependencies |
dependencies |
PluginDeployment |
pluginDeployment |
ToolDeployment |
toolDeployment |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.Object |
dependencies(org.gradle.api.Action<Dependencies> configuration)Configures the dependencies for the plugin. |
|
java.lang.Object |
getDeployment() |
|
java.lang.Object |
pluginDeployment(org.gradle.api.Action<PluginDeployment> configuration)Configures the agent-side plugin for plugin deployment. |
|
java.lang.Object |
toolDeployment(org.gradle.api.Action<ToolDeployment> configuration)Configures the agent-side plugin for tool deployment. |
| 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() |
Configures the dependencies for the plugin.
The given action is executed to configure the plugin's dependencies.
configuration - The actionConfigures the agent-side plugin for plugin deployment.
The given action is executed to configure the agent-side plugin deployment.
configuration - The actionConfigures the agent-side plugin for tool deployment.
The given action is executed to configure the agent-side plugin deployment.
configuration - The action