Uses of Class
com.atlassian.bamboo.specs.model.task.docker.DockerRegistryTaskProperties.RegistryType
-
Packages that use DockerRegistryTaskProperties.RegistryType Package Description com.atlassian.bamboo.specs.builders.task Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.com.atlassian.bamboo.specs.model.task.docker 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 Modifier and Type Field Description protected DockerRegistryTaskProperties.RegistryTypeAbstractDockerRegistryTask. 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.RegistryType Modifier and Type Method Description @NotNull DockerRegistryTaskProperties.RegistryTypeDockerRegistryTaskProperties. getRegistryType()static DockerRegistryTaskProperties.RegistryTypeDockerRegistryTaskProperties.RegistryType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DockerRegistryTaskProperties.RegistryType[]DockerRegistryTaskProperties.RegistryType. 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.RegistryType 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)
-