| Modifiers | Name | Description |
|---|---|---|
static java.lang.String |
JENKINS_TEST_DEPENDENCY_CONFIGURATION_NAME |
Represented the Jenkins plugin test dependencies. |
static java.lang.String |
OPTIONAL_PLUGINS_DEPENDENCY_CONFIGURATION_NAME |
Represented the dependencies on other Jenkins plugins. |
static java.lang.String |
PLUGINS_DEPENDENCY_CONFIGURATION_NAME |
Represented the dependencies on other Jenkins plugins. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
static void |
configureDeprecatedConfigurations(org.gradle.api.Project project) |
| 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() |
Represented the Jenkins plugin test dependencies. Now it should be replaced with testImplementation
Represented the dependencies on other Jenkins plugins. Now it should be replaced with gradle feature variants
Represented the dependencies on other Jenkins plugins. Now it should be replaced with implementation