public class KubectlExecBase
extends org.gradle.api.DefaultTask
| Modifier and Type | Field and Description |
|---|---|
protected KubectlExecResult |
result |
protected KubectlExecSpec |
spec |
| Constructor and Description |
|---|
KubectlExecBase() |
| Modifier and Type | Method and Description |
|---|---|
protected KubectlExecSpec |
createSpec() |
java.lang.String |
getCommandLine() |
OutputFormat |
getOutputFormat() |
KubectlExecResult |
getResult() |
boolean |
isIgnoreExitValue() |
void |
setCommandLine(java.lang.String commandLine) |
void |
setIgnoreExitValue(boolean ignoreExitValue) |
void |
setOutputFormat(OutputFormat outputFormat) |
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, toStringprotected KubectlExecSpec spec
protected KubectlExecResult result
protected KubectlExecSpec createSpec()
public KubectlExecResult getResult()
public boolean isIgnoreExitValue()
public void setIgnoreExitValue(boolean ignoreExitValue)
public java.lang.String getCommandLine()
public void setCommandLine(java.lang.String commandLine)
public OutputFormat getOutputFormat()
public void setOutputFormat(OutputFormat outputFormat)