| 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 of
CodeEmitter which are used for converting
TaskProperties model into Java. |
| Modifier and Type | Method and Description |
|---|---|
protected @NotNull DockerRegistryTaskProperties |
DockerPushImageTask.build() |
protected @NotNull DockerRegistryTaskProperties |
DockerPullImageTask.build() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
DockerRegistryEmitter.emitAuthenticationCode(DockerRegistryTaskProperties entity) |
@NotNull String |
DockerRegistryEmitter.emitCode(@NotNull CodeGenerationContext context,
@NotNull DockerRegistryTaskProperties entity) |
protected String |
DockerRegistryEmitter.emitImageCode(DockerRegistryTaskProperties entity) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.