Uses of Class
com.atlassian.bamboo.specs.model.task.docker.DockerBuildImageTaskProperties
-
Packages that use DockerBuildImageTaskProperties 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 DockerBuildImageTaskProperties in com.atlassian.bamboo.specs.builders.task
Methods in com.atlassian.bamboo.specs.builders.task that return DockerBuildImageTaskProperties Modifier and Type Method Description protected @NotNull DockerBuildImageTaskPropertiesDockerBuildImageTask. build() -
Uses of DockerBuildImageTaskProperties in com.atlassian.bamboo.specs.codegen.emitters.task
Methods in com.atlassian.bamboo.specs.codegen.emitters.task with parameters of type DockerBuildImageTaskProperties Modifier and Type Method Description @NotNull java.lang.StringDockerBuildImageEmitter. emitCode(@NotNull CodeGenerationContext context, @NotNull DockerBuildImageTaskProperties entity)
-