class DockerPullImage extends AbstractDockerRemoteApiTask
| 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 |
| Type | Name and description |
|---|---|
DockerRegistryCredentials |
registryCredentialsThe target Docker registry credentials for pushing image. |
String |
repositoryThe image repository. |
String |
tagThe image's tag. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
String |
getImageId() |
|
void |
runRemoteCommand(def dockerClient) |
The target Docker registry credentials for pushing image.