public class BuildBundleTask
extends org.gradle.api.DefaultTask
| Constructor | Description |
|---|---|
BuildBundleTask() |
Creates a new BuildBundle task to build a bundle from local source files
|
| Modifier and Type | Method | Description |
|---|---|---|
org.gradle.api.file.ConfigurableFileCollection |
getDependencies() |
|
org.gradle.api.file.DirectoryProperty |
getFrom() |
|
org.gradle.api.file.DirectoryProperty |
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 BuildBundleTask()
@InputDirectory @Optional public org.gradle.api.file.DirectoryProperty getFrom()
@OutputDirectory public org.gradle.api.file.DirectoryProperty getInto()
@InputFiles public org.gradle.api.file.ConfigurableFileCollection getDependencies()
public void perform()