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(java.lang.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 java.lang.String description, boolean enabled, @NotNull DockerRegistryTaskProperties.OperationType operationType, @NotNull java.lang.String image, @NotNull DockerRegistryTaskProperties.RegistryType registryType, @Nullable java.lang.String username, @Nullable java.lang.String password, @Nullable java.lang.String email, @Nullable java.lang.String environmentVariables, @Nullable java.lang.String workingSubdirectory, @NotNull java.util.List<RequirementProperties> requirements, @NotNull java.util.List<? extends ConditionProperties> conditions, @Nullable SharedCredentialsIdentifierProperties sharedCredentialsIdentifierProperties)
-