Uses of Class
com.atlassian.bamboo.specs.builders.task.AbstractDockerRegistryTask
Package
Description
Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.
-
Uses of AbstractDockerRegistryTask in com.atlassian.bamboo.specs.builders.task
Modifier and TypeClassDescriptionclass
AbstractDockerRegistryTask<T extends AbstractDockerRegistryTask<T>>
Class containing common parts to Docker tasks which operates on Docker registry, likeDockerPushImageTask
orDockerPullImageTask
.Modifier and TypeClassDescriptionclass
Pulls docker image from the docker registry.class
Pushes docker image to the docker registry.