Class ArtifactDownloaderTaskProperties
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.model.task.TaskProperties
-
- com.atlassian.bamboo.specs.model.task.ArtifactDownloaderTaskProperties
-
- All Implemented Interfaces:
com.atlassian.bamboo.specs.api.model.EntityProperties
@Immutable public final class ArtifactDownloaderTaskProperties extends com.atlassian.bamboo.specs.api.model.task.TaskProperties
-
-
Constructor Summary
Constructors Constructor Description ArtifactDownloaderTaskProperties(@Nullable java.lang.String description, boolean enabled, @Nullable com.atlassian.bamboo.specs.api.model.plan.PlanIdentifierProperties sourcePlan, @NotNull java.util.List<DownloadItemProperties> artifacts, @NotNull java.util.List<com.atlassian.bamboo.specs.api.model.plan.requirement.RequirementProperties> requirements, @NotNull java.util.List<? extends com.atlassian.bamboo.specs.api.model.plan.condition.ConditionProperties> conditions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.util.List<DownloadItemProperties>getArtifacts()@NotNull com.atlassian.bamboo.specs.api.model.AtlassianModulePropertiesgetAtlassianPlugin()@Nullable com.atlassian.bamboo.specs.api.model.plan.PlanIdentifierPropertiesgetSourcePlan()inthashCode()voidvalidate()
-
-
-
Constructor Detail
-
ArtifactDownloaderTaskProperties
public ArtifactDownloaderTaskProperties(@Nullable @Nullable java.lang.String description, boolean enabled, @Nullable @Nullable com.atlassian.bamboo.specs.api.model.plan.PlanIdentifierProperties sourcePlan, @NotNull @NotNull java.util.List<DownloadItemProperties> artifacts, @NotNull @NotNull java.util.List<com.atlassian.bamboo.specs.api.model.plan.requirement.RequirementProperties> requirements, @NotNull @NotNull java.util.List<? extends com.atlassian.bamboo.specs.api.model.plan.condition.ConditionProperties> conditions) throws com.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException- Throws:
com.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException
-
-
Method Detail
-
getSourcePlan
@Nullable public @Nullable com.atlassian.bamboo.specs.api.model.plan.PlanIdentifierProperties getSourcePlan()
-
getArtifacts
public java.util.List<DownloadItemProperties> getArtifacts()
-
getAtlassianPlugin
@NotNull public @NotNull com.atlassian.bamboo.specs.api.model.AtlassianModuleProperties getAtlassianPlugin()
- Specified by:
getAtlassianPluginin classcom.atlassian.bamboo.specs.api.model.task.TaskProperties
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classcom.atlassian.bamboo.specs.api.model.task.TaskProperties
-
hashCode
public int hashCode()
- Overrides:
hashCodein classcom.atlassian.bamboo.specs.api.model.task.TaskProperties
-
validate
public void validate()
- Specified by:
validatein interfacecom.atlassian.bamboo.specs.api.model.EntityProperties- Overrides:
validatein classcom.atlassian.bamboo.specs.api.model.task.TaskProperties
-
-