@Incubating public class GeneratePluginDescriptors extends org.gradle.api.internal.ConventionTask
Task.Namer
TASK_ACTION, TASK_DEPENDS_ON, TASK_DESCRIPTION, TASK_GROUP, TASK_NAME, TASK_OVERWRITE, TASK_TYPE
Constructor and Description |
---|
GeneratePluginDescriptors() |
Modifier and Type | Method and Description |
---|---|
void |
generatePluginDescriptors() |
List<PluginDeclaration> |
getDeclarations() |
File |
getOutputDirectory() |
void |
setDeclarations(List<PluginDeclaration> declarations) |
void |
setOutputDirectory(File outputDirectory)
Sets the output directory.
|
void |
setOutputDirectory(Object outputDirectory) |
conventionMapping, conventionMapping, getConventionMapping
addValidator, 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, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, injectIntoNewInstance, isEnabled, isHasCustomActions, leftShift, mustRunAfter, newInputDirectory, newInputFile, newOutputDirectory, newOutputFile, onlyIf, onlyIf, prependParallelSafeAction, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toString
public void generatePluginDescriptors()
public List<PluginDeclaration> getDeclarations()
public void setDeclarations(List<PluginDeclaration> declarations)
@OutputDirectory public File getOutputDirectory()
public void setOutputDirectory(File outputDirectory)
public void setOutputDirectory(Object outputDirectory)