public abstract class AbstractForceableMutatingReleaseMojo extends AbstractMutatingReleaseMojo
AbstractMutatingReleaseMojo that can be forced.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractForceableMutatingReleaseMojo()
Creates a new
AbstractForceableMutatingReleaseMojo. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getForce()
Returns whether the operation should be forced.
|
boolean |
getRecreate()
Returns whether Pods should be recreated as part of the
operation.
|
void |
setForce(boolean force)
Sets whether the operation should be forced.
|
void |
setRecreate(boolean recreate)
Sets whether Pods should be recreated as part of the operation.
|
getDisableHooks, getDryRun, getTimeout, getWait, setDisableHooks, setDryRun, setTimeout, setWaitgetReleaseName, setReleaseName, validateReleaseNamecreateClient, createReleaseManager, createTiller, execute, execute, getClientConfiguration, getSkip, getTillerLabels, getTillerNamespace, getTillerPort, setClientConfiguration, setSkip, setTillerLabels, setTillerNamespace, setTillerPort, validateNamespacegetLog, getPluginContext, setLog, setPluginContextprotected AbstractForceableMutatingReleaseMojo()
AbstractForceableMutatingReleaseMojo.public boolean getForce()
setForce(boolean)public void setForce(boolean force)
force - whether the operation should be forcedgetForce()public boolean getRecreate()
setRecreate(boolean)public void setRecreate(boolean recreate)
recreate - whether Pods should be recreated as part of the
operationgetRecreate()Copyright © 2017–2018, microBean. All rights reserved.