@CacheableTask
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, debugOptions, environment, environment, executable, getAllJvmArgs, getArgs, getArgumentProviders, getBootstrapClasspath, getClasspath, getCommandLine, getDebug, getDebugOptions, getDefaultCharacterEncoding, getEnableAssertions, getEnvironment, getErrorOutput, getExecActionFactory, getExecutable, getExecutionResult, getJavaLauncher, getJavaVersion, getJvmArgs, getJvmArgumentProviders, getMain, getMainClass, getMainModule, getMaxHeapSize, getMinHeapSize, getModularity, getObjectFactory, getProviderFactory, getStandardInput, getStandardOutput, getSystemProperties, getWorkingDir, isIgnoreExitValue, jvmArgs, jvmArgs, setAllJvmArgs, setAllJvmArgs, setArgs, setArgs, setArgsString, setBootstrapClasspath, setClasspath, setDebug, setDefaultCharacterEncoding, setEnableAssertions, setEnvironment, setErrorOutput, setExecutable, setExecutable, setIgnoreExitValue, setJvmArgs, setJvmArgs, setMain, setMaxHeapSize, setMinHeapSize, setStandardInput, setStandardOutput, setSystemProperties, setWorkingDir, setWorkingDir, systemProperties, systemProperty, workingDirconventionMapping, conventionMapping, getConventionMappingcompareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, getTimeout, hasProperty, mustRunAfter, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesServiceappendParallelSafeAction, doNotTrackState, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getOnlyIf, getReasonNotToTrackState, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, prependParallelSafeAction, setImpliesSubProjectspublic BuildDeploymentHelperTask deploymentFiles(java.lang.Iterable<?> deploymentFiles)
public BuildDeploymentHelperTask deploymentFiles(java.lang.Object... deploymentFiles)
public void exec()
exec in class org.gradle.api.tasks.JavaExec@InputFiles @PathSensitive(value=RELATIVE) @SkipWhenEmpty public org.gradle.api.file.FileCollection getDeploymentFiles()
@InputFiles @PathSensitive(value=RELATIVE) @SkipWhenEmpty public org.gradle.api.file.FileCollection getDeploymentInputFiles()
@InputFile @Optional @PathSensitive(value=RELATIVE) 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)
@Internal protected java.util.List<java.lang.String> getCompleteArgs()
@Input protected java.lang.String getDeploymentFileNames()
protected org.gradle.api.file.FileTree getJarsFileTree(java.io.File dir)