Uses of Class
com.atlassian.bamboo.specs.model.task.docker.DockerRegistryTaskProperties
Packages that use DockerRegistryTaskProperties
Package
Description
Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.
Various implementations of
CodeEmitter which are used for converting
TaskProperties model into Java.-
Uses of DockerRegistryTaskProperties in com.atlassian.bamboo.specs.builders.task
Methods in com.atlassian.bamboo.specs.builders.task that return DockerRegistryTaskPropertiesModifier and TypeMethodDescriptionprotected @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 DockerRegistryTaskPropertiesModifier and TypeMethodDescriptionprotected StringDockerRegistryEmitter.emitAuthenticationCode(DockerRegistryTaskProperties entity, com.atlassian.bamboo.specs.api.codegen.CodeGenerationContext context) @NotNull StringDockerRegistryEmitter.emitCode(@NotNull com.atlassian.bamboo.specs.api.codegen.CodeGenerationContext context, @NotNull DockerRegistryTaskProperties entity) protected StringDockerRegistryEmitter.emitDescriptionCode(DockerRegistryTaskProperties entity) protected StringDockerRegistryEmitter.emitImageCode(DockerRegistryTaskProperties entity)