public class DockerPullImageTask extends AbstractDockerRegistryTask<DockerPullImageTask>
email, image, password, registryType, sharedCredentialsIdentifier, usernameenvironmentVariables, workingSubdirectoryconditions, description, requirements, taskEnabled| Constructor and Description |
|---|
DockerPullImageTask() |
| Modifier and Type | Method and Description |
|---|---|
protected @NotNull DockerRegistryTaskProperties |
build() |
DockerPullImageTask |
customRegistryImage(@NotNull String repository)
Specify repository and image name which will be pulled from the custom registry.
|
DockerPullImageTask |
dockerHubImage(@NotNull String repository)
Specify image name which will be pulled from Docker Hub.
|
boolean |
equals(Object o) |
int |
hashCode() |
authentication, authentication, authentication, defaultAuthenticationenvironmentVariables, workingSubdirectoryconditions, description, enabled, requirements, toStringpublic DockerPullImageTask dockerHubImage(@NotNull @NotNull String repository)
Setting either this field or customRegistryImage(String) is mandatory.
dockerHubImage in class AbstractDockerRegistryTask<DockerPullImageTask>public DockerPullImageTask customRegistryImage(@NotNull @NotNull String repository)
Setting either this field or dockerHubImage(String)} is mandatory.
customRegistryImage in class AbstractDockerRegistryTask<DockerPullImageTask>@NotNull protected @NotNull DockerRegistryTaskProperties build()
build in class Task<DockerPullImageTask,DockerRegistryTaskProperties>public boolean equals(Object o)
equals in class AbstractDockerRegistryTask<DockerPullImageTask>public int hashCode()
hashCode in class AbstractDockerRegistryTask<DockerPullImageTask>Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.