Uses of Class
com.atlassian.bamboo.specs.builders.task.DockerPushImageTask
-
Packages that use DockerPushImageTask Package Description com.atlassian.bamboo.specs.builders.task Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script. -
-
Uses of DockerPushImageTask in com.atlassian.bamboo.specs.builders.task
Methods in com.atlassian.bamboo.specs.builders.task that return DockerPushImageTask Modifier and Type Method Description DockerPushImageTaskDockerPushImageTask. customRegistryImage(@NotNull java.lang.String repository)Specify repository and image name which will be pushed to the custom registry.DockerPushImageTaskDockerPushImageTask. dockerHubImage(@NotNull java.lang.String repository)Specify image name which will be pushed to Docker Hub.
-