Uses of Class
com.atlassian.bamboo.specs.builders.task.AbstractDockerRegistryTask
Packages that use 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
Classes in com.atlassian.bamboo.specs.builders.task with type parameters of type AbstractDockerRegistryTaskModifier and TypeClassDescriptionclassAbstractDockerRegistryTask<T extends AbstractDockerRegistryTask<T>>Class containing common parts to Docker tasks which operates on Docker registry, likeDockerPushImageTaskorDockerPullImageTask.Subclasses of AbstractDockerRegistryTask in com.atlassian.bamboo.specs.builders.taskModifier and TypeClassDescriptionclassPulls docker image from the docker registry.classPushes docker image to the docker registry.