public class DeployTask
extends org.gradle.api.DefaultTask
| Constructor and Description |
|---|
DeployTask() |
| Modifier and Type | Method and Description |
|---|---|
org.gradle.api.file.FileCollection |
getModuleInfoFiles()
Returns a file collection containing all of the module info files that this task aggregates.
|
void |
registerModuleInfoProducer(ModuleInfoFileProducer moduleInfoFileProducer)
Registers a producer of module info files for this task to aggregate.
|
void |
taskAction() |
newInputDirectory, newInputFile, newOutputDirectory, newOutputFileappendParallelSafeAction, compareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getIdentityPath, getImpliesSubProjects, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTaskIdentity, getTemporaryDir, getTemporaryDirFactory, getTimeout, hasProperty, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, replaceLogger, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toStringpublic void taskAction()
throws java.io.IOException
java.io.IOException@InputFiles public org.gradle.api.file.FileCollection getModuleInfoFiles()
public void registerModuleInfoProducer(ModuleInfoFileProducer moduleInfoFileProducer)
moduleInfoFileProducer -