public class BuildDeploymentHelperTask
extends org.gradle.api.tasks.JavaExec
Constructor and Description |
---|
BuildDeploymentHelperTask() |
Modifier and Type | Method and Description |
---|---|
BuildDeploymentHelperTask |
deploymentFiles(java.lang.Iterable<?> deploymentFiles) |
BuildDeploymentHelperTask |
deploymentFiles(java.lang.Object... deploymentFiles) |
void |
exec() |
protected java.util.List<java.lang.String> |
getCompleteArgs() |
protected java.lang.String |
getDeploymentFileNames() |
org.gradle.api.file.FileCollection |
getDeploymentFiles() |
org.gradle.api.file.FileCollection |
getDeploymentInputFiles() |
java.io.File |
getDeploymentPath() |
protected org.gradle.api.file.FileTree |
getJarsFileTree(java.io.File dir) |
java.io.File |
getOutputFile() |
void |
setDeploymentFiles(java.lang.Iterable<?> deploymentFiles) |
void |
setDeploymentFiles(java.lang.Object... deploymentFiles) |
void |
setDeploymentPath(java.lang.Object deploymentPath) |
void |
setOutputFile(java.lang.Object outputFile) |
args, args, bootstrapClasspath, classpath, copyTo, copyTo, environment, environment, executable, getAllJvmArgs, getArgs, getBootstrapClasspath, getClasspath, getCommandLine, getDebug, getDefaultCharacterEncoding, getEnableAssertions, getEnvironment, getErrorOutput, getExecutable, getFileResolver, getJvmArgs, getMain, getMaxHeapSize, getMinHeapSize, getStandardInput, getStandardOutput, getSystemProperties, getWorkingDir, isIgnoreExitValue, jvmArgs, jvmArgs, setAllJvmArgs, setArgs, setBootstrapClasspath, setClasspath, setDebug, setDefaultCharacterEncoding, setEnableAssertions, setEnvironment, setErrorOutput, setExecutable, setIgnoreExitValue, setJvmArgs, setMain, setMaxHeapSize, setMinHeapSize, setStandardInput, setStandardOutput, setSystemProperties, setWorkingDir, systemProperties, systemProperty, workingDir
conventionMapping, conventionMapping, getConventionMapping
addValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doLast, doLast, execute, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, 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, setName, setOnlyIf, setOnlyIf, setProject, setProperty, setShouldRunAfter, shouldRunAfter, toString
public BuildDeploymentHelperTask deploymentFiles(java.lang.Iterable<?> deploymentFiles)
public BuildDeploymentHelperTask deploymentFiles(java.lang.Object... deploymentFiles)
public void exec()
exec
in class org.gradle.api.tasks.JavaExec
public org.gradle.api.file.FileCollection getDeploymentFiles()
@InputFiles @SkipWhenEmpty public org.gradle.api.file.FileCollection getDeploymentInputFiles()
@Input public java.io.File getDeploymentPath()
@OutputFile public java.io.File getOutputFile()
public void setDeploymentFiles(java.lang.Iterable<?> deploymentFiles)
public void setDeploymentFiles(java.lang.Object... deploymentFiles)
public void setDeploymentPath(java.lang.Object deploymentPath)
public void setOutputFile(java.lang.Object outputFile)
protected java.util.List<java.lang.String> getCompleteArgs()
protected java.lang.String getDeploymentFileNames()
protected org.gradle.api.file.FileTree getJarsFileTree(java.io.File dir)