Uses of Enum Class
com.atlassian.bamboo.specs.model.task.docker.DockerRegistryTaskProperties.RegistryType
Packages that use DockerRegistryTaskProperties.RegistryType
Package
Description
Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.
Properties classes related to Docker CLI task.
-
Uses of DockerRegistryTaskProperties.RegistryType in com.atlassian.bamboo.specs.builders.task
Fields in com.atlassian.bamboo.specs.builders.task declared as DockerRegistryTaskProperties.RegistryType -
Uses of DockerRegistryTaskProperties.RegistryType in com.atlassian.bamboo.specs.model.task.docker
Methods in com.atlassian.bamboo.specs.model.task.docker that return DockerRegistryTaskProperties.RegistryTypeModifier and TypeMethodDescriptionDockerRegistryTaskProperties.getRegistryType()Returns the enum constant of this class with the specified name.DockerRegistryTaskProperties.RegistryType.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.RegistryTypeModifierConstructorDescriptionDockerRegistryTaskProperties(@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)