TeamCity Plugin extension.
| Type | Name and description |
|---|---|
boolean |
defaultRepositories |
| Constructor and description |
|---|
TeamCityPluginExtension
(org.gradle.api.Project project) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.Object |
agent(org.gradle.api.Action<? extends AgentPluginConfiguration> configuration)Configures the agent-side plugin. |
|
java.lang.Object |
descriptor(groovy.lang.Closure closure) |
|
void |
environments(org.gradle.api.Action<TeamCityEnvironments> configuration)Configures the TeamCity environments. |
|
java.lang.Object |
files(groovy.lang.Closure closure) |
|
java.lang.Object |
getAgent() |
|
TeamCityEnvironments |
getEnvironments() |
|
java.lang.Object |
getServer() |
|
java.lang.String |
getVersion() |
|
java.lang.Object |
server(org.gradle.api.Action<? extends ServerPluginConfiguration> configuration)Configures the server-side plugin. |
|
java.lang.Object |
setDescriptor(java.lang.Object descriptor) |
|
java.lang.Object |
setTokens(java.util.Map<java.lang.String, java.lang.Object> tokens) |
|
void |
setVersion(java.lang.String version)The version of the TeamCity API. |
|
java.lang.Object |
tokens(java.util.Map<java.lang.String, java.lang.Object> tokens) |
| 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 agent-side plugin.
The given action is executed to configure the agent-side plugin configuration.
configuration - The action.Configures the TeamCity environments.
The given action is executed to configure the environments.
configuration - The action.Configures the server-side plugin.
The given action is executed to configure the server-side plugin configuration.
configuration - The action.The version of the TeamCity API.
configuration - The action.Groovy Documentation