Uses of Enum Class
com.atlassian.bamboo.specs.model.task.docker.DockerRegistryTaskProperties.OperationType
Packages that use DockerRegistryTaskProperties.OperationType
Package
Description
Properties classes related to Docker CLI task.
-
Uses of DockerRegistryTaskProperties.OperationType in com.atlassian.bamboo.specs.model.task.docker
Methods in com.atlassian.bamboo.specs.model.task.docker that return DockerRegistryTaskProperties.OperationTypeModifier and TypeMethodDescriptionDockerRegistryTaskProperties.getOperationType()Returns the enum constant of this class with the specified name.DockerRegistryTaskProperties.OperationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.atlassian.bamboo.specs.model.task.docker with parameters of type DockerRegistryTaskProperties.OperationTypeModifierConstructorDescriptionDockerRegistryTaskProperties(@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)