Uses of Class
com.atlassian.bamboo.specs.model.task.docker.DockerRegistryTaskProperties
-
Packages that use DockerRegistryTaskProperties 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.com.atlassian.bamboo.specs.codegen.emitters.task Various implementations ofCodeEmitterwhich are used for convertingTaskPropertiesmodel into Java. -
-
Uses of DockerRegistryTaskProperties in com.atlassian.bamboo.specs.builders.task
Methods in com.atlassian.bamboo.specs.builders.task that return DockerRegistryTaskProperties Modifier and Type Method Description protected @NotNull DockerRegistryTaskPropertiesDockerPullImageTask. build()protected @NotNull DockerRegistryTaskPropertiesDockerPushImageTask. build() -
Uses of DockerRegistryTaskProperties in com.atlassian.bamboo.specs.codegen.emitters.task
Methods in com.atlassian.bamboo.specs.codegen.emitters.task with parameters of type DockerRegistryTaskProperties Modifier and Type Method Description protected java.lang.StringDockerRegistryEmitter. emitAuthenticationCode(DockerRegistryTaskProperties entity, CodeGenerationContext context)@NotNull java.lang.StringDockerRegistryEmitter. emitCode(@NotNull CodeGenerationContext context, @NotNull DockerRegistryTaskProperties entity)protected java.lang.StringDockerRegistryEmitter. emitDescriptionCode(DockerRegistryTaskProperties entity)protected java.lang.StringDockerRegistryEmitter. emitImageCode(DockerRegistryTaskProperties entity)
-