public class AgentPluginDescriptor
extends java.lang.Object
| Constructor and Description |
|---|
AgentPluginDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
dependencies(org.gradle.api.Action<Dependencies> configuration)
Configures the dependencies for the plugin.
|
Dependencies |
getDependencies() |
Deployment |
getDeployment() |
PluginDeployment |
getPluginDeployment() |
ToolDeployment |
getToolDeployment() |
void |
pluginDeployment(org.gradle.api.Action<PluginDeployment> configuration)
Configures the agent-side plugin for plugin deployment.
|
void |
toolDeployment(org.gradle.api.Action<ToolDeployment> configuration)
Configures the agent-side plugin for tool deployment.
|
public void pluginDeployment(org.gradle.api.Action<PluginDeployment> configuration)
The given action is executed to configure the agent-side plugin deployment.
configuration - The actionpublic PluginDeployment getPluginDeployment()
public void toolDeployment(org.gradle.api.Action<ToolDeployment> configuration)
The given action is executed to configure the agent-side plugin deployment.
configuration - The actionpublic ToolDeployment getToolDeployment()
@Internal public Deployment getDeployment()
public void dependencies(org.gradle.api.Action<Dependencies> configuration)
The given action is executed to configure the plugin's dependencies.
configuration - The actionpublic Dependencies getDependencies()