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) |
newInputDirectory, newInputFile, newOutputDirectory, newOutputFileaddValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doFirst, doLast, doLast, doLast, execute, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getIdentityPath, getImpliesSubProjects, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTaskIdentity, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, leftShift, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, replaceLogger, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toStringpublic 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()