public class PackageTask
extends org.gradle.api.DefaultTask
| Constructor | Description |
|---|---|
PackageTask() |
Creates a new BuildBundle task to build a bundle from local source files
|
| Modifier and Type | Method | Description |
|---|---|---|
org.gradle.api.file.RegularFileProperty |
getBundle() |
|
org.gradle.api.file.ConfigurableFileCollection |
getContainerApplicationDependencies() |
|
org.gradle.api.file.ConfigurableFileCollection |
getDependencyBundles() |
|
org.gradle.api.file.RegularFileProperty |
getInto() |
|
void |
perform() |
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, onlyIf, onlyIf, prependParallelSafeAction, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toString@Inject public PackageTask()
@InputFile public org.gradle.api.file.RegularFileProperty getBundle()
@InputFiles public org.gradle.api.file.ConfigurableFileCollection getDependencyBundles()
@InputFiles public org.gradle.api.file.ConfigurableFileCollection getContainerApplicationDependencies()
@OutputFile public org.gradle.api.file.RegularFileProperty getInto()
public void perform()