@CacheableRule
public abstract class JenkinsWarRule
extends java.lang.Object
implements org.gradle.api.artifacts.ComponentMetadataRule
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
JENKINS_WAR_COORDINATES |
| Constructor and Description |
|---|
JenkinsWarRule() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.gradle.api.artifacts.ComponentMetadataContext ctx)
A Jenkins 'war' or 'war-for-test' is required on the Jenkins test classpath.
|
abstract org.gradle.api.model.ObjectFactory |
getObjects() |
public static final java.lang.String JENKINS_WAR_COORDINATES
@Inject public abstract org.gradle.api.model.ObjectFactory getObjects()
public void execute(org.gradle.api.artifacts.ComponentMetadataContext ctx)
execute in interface org.gradle.api.Action<org.gradle.api.artifacts.ComponentMetadataContext>