class DockerPushImage extends AbstractDockerRemoteApiTask
| Fields inherited from class | Fields |
|---|---|
class AbstractDockerRemoteApiTask |
nextHandler |
class DefaultTask |
TASK_NAME, TASK_DESCRIPTION, TASK_GROUP, TASK_TYPE, TASK_DEPENDS_ON, TASK_OVERWRITE, TASK_ACTION, TASK_CONSTRUCTOR_ARGS |
| Type | Name and description |
|---|---|
Property<String> |
imageNameThe image name e.g. |
DockerRegistryCredentials |
registryCredentials{@inheritDoc} |
Property<String> |
tagThe image's tag. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
runRemoteCommand() |
The image name e.g. "bmuschko/busybox" or just "busybox" if you want to default.
{@inheritDoc}