@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 | Description |
---|---|
GeneratePluginDescriptors() |
Modifier and Type | Method | Description |
---|---|---|
void |
generatePluginDescriptors() |
|
java.util.List<PluginDeclaration> |
getDeclarations() |
|
java.io.File |
getOutputDirectory() |
|
void |
setDeclarations(java.util.List<PluginDeclaration> declarations) |
|
void |
setOutputDirectory(java.lang.Object outputDirectory) |
addValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doLast, doLast, execute, finalizedBy, getActionClassLoaders, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getIdentityPath, getImpliesSubProjects, getInputs, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, injectIntoNewInstance, isEnabled, isHasCustomActions, leftShift, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toString
public void generatePluginDescriptors()
public java.util.List<PluginDeclaration> getDeclarations()
public void setDeclarations(java.util.List<PluginDeclaration> declarations)
@OutputDirectory public java.io.File getOutputDirectory()
public void setOutputDirectory(java.lang.Object outputDirectory)