class JpiPlugin extends java.lang.Object
Loads HPI related tasks into the current project.
| Modifiers | Name | Description |
|---|---|---|
static java.lang.String |
CORE_DEPENDENCY_CONFIGURATION_NAME |
Represents the dependency to the Jenkins core. |
static java.lang.String |
JAVADOC_JAR_TASK_NAME |
|
static java.lang.String |
JENKINS_SERVER_DEPENDENCY_CONFIGURATION_NAME |
Represents the extra dependencies on other Jenkins plugins for the server task. |
static java.lang.String |
JENKINS_TEST_DEPENDENCY_CONFIGURATION_NAME |
Represents the Jenkins plugin test dependencies. |
static java.lang.String |
JPI_TASK_NAME |
|
static java.lang.String |
LICENSE_TASK_NAME |
|
static java.lang.String |
OPTIONAL_PLUGINS_DEPENDENCY_CONFIGURATION_NAME |
Represents the dependencies on other Jenkins plugins. |
static java.lang.String |
PLUGINS_DEPENDENCY_CONFIGURATION_NAME |
Represents the dependencies on other Jenkins plugins. |
static java.lang.String |
SOURCES_JAR_TASK_NAME |
|
static java.lang.String |
WAR_DEPENDENCY_CONFIGURATION_NAME |
Represents the dependency to the Jenkins war. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
apply(org.gradle.api.Project gradleProject) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), 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() |
Represents the dependency to the Jenkins core.
Represents the extra dependencies on other Jenkins plugins for the server task.
Represents the Jenkins plugin test dependencies.
Represents the dependencies on other Jenkins plugins. Using a separate configuration until we see GRADLE-1749.
Represents the dependencies on other Jenkins plugins.
Represents the dependency to the Jenkins war. Test scope.