Server-side plugin configuration
| Constructor and description |
|---|
ServerPluginConfiguration
(org.gradle.api.Project project, TeamCityEnvironments environments) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.Object |
descriptor(org.gradle.api.Action<ServerPluginDescriptor> configuration)Configures the server-side plugin descriptor for the TeamCity plugin. |
|
void |
environments(groovy.lang.Closure config) |
|
PublishConfiguration |
getPublish() |
|
java.lang.Object |
publish(org.gradle.api.Action<PublishConfiguration> configuration)Configures the credentials to publish the plugin to the JetBrains Plugin Repository. |
|
void |
setBaseDataDir(java.lang.String baseDataDir) |
|
void |
setBaseDownloadUrl(java.lang.String baseDownloadUrl) |
|
void |
setBaseHomeDir(java.lang.String baseHomeDir) |
|
void |
setDownloadsDir(java.lang.String downloadsDir) |
| 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 server-side plugin descriptor for the TeamCity plugin.
The given action is executed to configure the server-side plugin descriptor.
configuration - The action.Configures the credentials to publish the plugin to the JetBrains Plugin Repository.
The given action is executed to configure the publishing credentials.
configuration - The action.