Uses of Class
com.atlassian.bamboo.specs.model.task.docker.DockerRegistryTaskProperties.OperationType
-
Packages that use DockerRegistryTaskProperties.OperationType Package Description com.atlassian.bamboo.specs.model.task.docker 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.OperationType Modifier and Type Method Description @NotNull DockerRegistryTaskProperties.OperationTypeDockerRegistryTaskProperties. getOperationType()static DockerRegistryTaskProperties.OperationTypeDockerRegistryTaskProperties.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.Constructors in com.atlassian.bamboo.specs.model.task.docker with parameters of type DockerRegistryTaskProperties.OperationType Constructor 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)
-