| Package | Description |
|---|---|
| com.atlassian.bamboo.specs.model.task.docker |
Properties classes related to Docker CLI task.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull DockerRegistryTaskProperties.OperationType |
DockerRegistryTaskProperties.getOperationType() |
static DockerRegistryTaskProperties.OperationType |
DockerRegistryTaskProperties.OperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DockerRegistryTaskProperties.OperationType[] |
DockerRegistryTaskProperties.OperationType.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,
@NotNull List<RequirementProperties> requirements,
@NotNull List<? extends ConditionProperties> conditions,
@Nullable SharedCredentialsIdentifierProperties sharedCredentialsIdentifierProperties) |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.