@Immutable public class DockerRegistryTaskProperties extends AbstractDockerTaskProperties
| Modifier and Type | Class and Description |
|---|---|
static class |
DockerRegistryTaskProperties.OperationType |
static class |
DockerRegistryTaskProperties.RegistryType |
| Modifier and Type | Field and Description |
|---|---|
static ValidationContext |
VALIDATION_CONTEXT |
environmentVariables, MODULE_KEY, workingSubdirectory| Modifier | Constructor and Description |
|---|---|
protected |
DockerRegistryTaskProperties() |
|
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) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
@Nullable String |
getEmail() |
@NotNull String |
getImage() |
@NotNull DockerRegistryTaskProperties.OperationType |
getOperationType() |
@Nullable String |
getPassword() |
@NotNull DockerRegistryTaskProperties.RegistryType |
getRegistryType() |
@Nullable SharedCredentialsIdentifierProperties |
getSharedCredentialsIdentifier() |
@Nullable String |
getUsername() |
int |
hashCode() |
void |
validate() |
getAtlassianPlugin, getEnvironmentVariables, getWorkingSubdirectoryapplicableTo, getConditions, getDescription, getRequirements, isEnabled, toStringpublic static final ValidationContext VALIDATION_CONTEXT
protected DockerRegistryTaskProperties()
public DockerRegistryTaskProperties(@Nullable
@Nullable String description,
boolean enabled,
@NotNull
@NotNull DockerRegistryTaskProperties.OperationType operationType,
@NotNull
@NotNull String image,
@NotNull
@NotNull DockerRegistryTaskProperties.RegistryType registryType,
@Nullable
@Nullable String username,
@Nullable
@Nullable String password,
@Nullable
@Nullable String email,
@Nullable
@Nullable String environmentVariables,
@Nullable
@Nullable String workingSubdirectory,
@NotNull
@NotNull List<RequirementProperties> requirements,
@NotNull
@NotNull List<? extends ConditionProperties> conditions,
@Nullable
@Nullable SharedCredentialsIdentifierProperties sharedCredentialsIdentifierProperties)
throws PropertiesValidationException
PropertiesValidationException@NotNull public @NotNull String getImage()
@Nullable public @Nullable String getUsername()
@Nullable public @Nullable String getPassword()
@Nullable public @Nullable String getEmail()
@Nullable public @Nullable SharedCredentialsIdentifierProperties getSharedCredentialsIdentifier()
@NotNull public @NotNull DockerRegistryTaskProperties.OperationType getOperationType()
@NotNull public @NotNull DockerRegistryTaskProperties.RegistryType getRegistryType()
public void validate()
validate in interface EntityPropertiesvalidate in class TaskPropertiespublic boolean equals(Object o)
equals in class AbstractDockerTaskPropertiespublic int hashCode()
hashCode in class AbstractDockerTaskPropertiesCopyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.