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(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 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)
-