public class HelmExec
extends org.gradle.api.DefaultTask
| Constructor and Description |
|---|
HelmExec() |
| Modifier and Type | Method and Description |
|---|---|
void |
exec() |
java.lang.String |
getCommandLine() |
HelmExtension |
getExtension() |
boolean |
isIgnoreExitValue() |
void |
setCommandLine(java.lang.String commandLine) |
void |
setIgnoreExitValue(boolean ignoreExitValue) |
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, newInputDirectory, newInputFile, newOutputDirectory, newOutputFile, onlyIf, onlyIf, prependParallelSafeAction, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toStringpublic void exec()
public HelmExtension getExtension()
public boolean isIgnoreExitValue()
public void setIgnoreExitValue(boolean ignoreExitValue)
public java.lang.String getCommandLine()
public void setCommandLine(java.lang.String commandLine)