Agent-side plugin configuration
| Constructor and description |
|---|
AgentPluginConfiguration
(org.gradle.api.Project project) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.Object |
descriptor(org.gradle.api.Action<AgentPluginDescriptor> configuration)Configures the agent-side plugin descriptor for the TeamCity plugin. |
| Methods inherited from class | Name |
|---|---|
class PluginConfiguration |
files, getFiles, getTokens, setTokens, tokens |
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 agent-side plugin descriptor for the TeamCity plugin.
The given action is executed to configure the agent-side plugin descriptor.
configuration - The action.