Class AbstractDockerTaskProperties
java.lang.Object
com.atlassian.bamboo.specs.api.model.task.TaskProperties
com.atlassian.bamboo.specs.model.task.docker.AbstractDockerTaskProperties
- All Implemented Interfaces:
EntityProperties
- Direct Known Subclasses:
DockerBuildImageTaskProperties
,DockerRegistryTaskProperties
,DockerRunContainerTaskProperties
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected @Nullable String
static final AtlassianModuleProperties
protected @Nullable String
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AbstractDockerTaskProperties
(@Nullable String description, boolean enabled, @Nullable String environmentVariables, @Nullable String workingSubdirectory, @NotNull List<RequirementProperties> requirements, @NotNull List<? extends ConditionProperties> conditions) -
Method Summary
Modifier and TypeMethodDescriptionboolean
@NotNull AtlassianModuleProperties
@Nullable String
@Nullable String
int
hashCode()
Methods inherited from class com.atlassian.bamboo.specs.api.model.task.TaskProperties
applicableTo, getConditions, getDescription, getRequirements, isEnabled, toString, validate
-
Field Details
-
MODULE_KEY
-
environmentVariables
-
workingSubdirectory
-
-
Constructor Details
-
AbstractDockerTaskProperties
protected AbstractDockerTaskProperties() -
AbstractDockerTaskProperties
public AbstractDockerTaskProperties(@Nullable @Nullable String description, boolean enabled, @Nullable @Nullable String environmentVariables, @Nullable @Nullable String workingSubdirectory, @NotNull @NotNull List<RequirementProperties> requirements, @NotNull @NotNull List<? extends ConditionProperties> conditions) throws PropertiesValidationException - Throws:
PropertiesValidationException
-
-
Method Details
-
getEnvironmentVariables
-
getWorkingSubdirectory
-
getAtlassianPlugin
- Specified by:
getAtlassianPlugin
in classTaskProperties
-
equals
- Overrides:
equals
in classTaskProperties
-
hashCode
public int hashCode()- Overrides:
hashCode
in classTaskProperties
-