| Fields inherited from class | Fields |
|---|---|
class ConventionTask |
TASK_NAME, TASK_DESCRIPTION, TASK_GROUP, TASK_TYPE, TASK_DEPENDS_ON, TASK_OVERWRITE, TASK_ACTION, TASK_CONSTRUCTOR_ARGS |
| Constructor and description |
|---|
DockerExecContainer
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
_runRemoteCommand(def dockerClient) |
|
protected List<String> |
commands() |
|
def |
execProbe(long pollTime, long pollInterval)Define the livenessProbe options for this exec. |
|
def |
getExecId() |
|
def |
getExecIds() |
|
void |
runRemoteCommand(def dockerClient) |
|
void |
withCommand(def commandToExecute) |
Define the livenessProbe options for this exec.
pollTime - how long we will poll forpollInterval - interval between poll requestsGroovy Documentation