public class BackwardCompatiblePluginUnderTestMetadata
extends org.gradle.api.DefaultTask
| Constructor and Description |
|---|
BackwardCompatiblePluginUnderTestMetadata() |
| Modifier and Type | Method and Description |
|---|---|
void |
generate() |
java.io.File |
getOutputDirectory() |
protected java.util.List<java.lang.String> |
getPaths() |
org.gradle.api.file.FileCollection |
getPluginClasspath() |
void |
setOutputDirectory(java.io.File outputDirectory) |
void |
setPluginClasspath(org.gradle.api.file.FileCollection pluginClasspath) |
compareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, getTimeout, hasProperty, mustRunAfter, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesServiceappendParallelSafeAction, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getOnlyIf, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, prependParallelSafeAction, setImpliesSubProjects, setLoggerMessageRewriterpublic BackwardCompatiblePluginUnderTestMetadata()
@Input protected java.util.List<java.lang.String> getPaths()
@Classpath public org.gradle.api.file.FileCollection getPluginClasspath()
public void setPluginClasspath(org.gradle.api.file.FileCollection pluginClasspath)
@OutputDirectory public java.io.File getOutputDirectory()
public void setOutputDirectory(java.io.File outputDirectory)
public void generate()