| 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.model.task.docker |
Properties classes related to Docker CLI task.
|
| Modifier and Type | Field and Description |
|---|---|
protected DockerRegistryTaskProperties.RegistryType |
AbstractDockerRegistryTask.registryType |
| Modifier and Type | Method and Description |
|---|---|
@NotNull DockerRegistryTaskProperties.RegistryType |
DockerRegistryTaskProperties.getRegistryType() |
static DockerRegistryTaskProperties.RegistryType |
DockerRegistryTaskProperties.RegistryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DockerRegistryTaskProperties.RegistryType[] |
DockerRegistryTaskProperties.RegistryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DockerRegistryTaskProperties(@Nullable String description,
boolean enabled,
@NotNull DockerRegistryTaskProperties.OperationType operationType,
@NotNull String image,
@NotNull DockerRegistryTaskProperties.RegistryType registryType,
@Nullable String username,
@Nullable String password,
@Nullable String email,
@Nullable String environmentVariables,
@Nullable String workingSubdirectory) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.