Class ArtifactDownloaderTaskProperties
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.model.task.TaskProperties
-
- com.atlassian.bamboo.specs.model.task.ArtifactDownloaderTaskProperties
-
- All Implemented Interfaces:
EntityProperties
@Immutable public final class ArtifactDownloaderTaskProperties extends TaskProperties
-
-
Constructor Summary
Constructors Constructor Description ArtifactDownloaderTaskProperties(@Nullable java.lang.String description, boolean enabled, @Nullable PlanIdentifierProperties sourcePlan, @NotNull java.util.List<DownloadItemProperties> artifacts, @NotNull java.util.List<RequirementProperties> requirements, @NotNull java.util.List<? extends 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 AtlassianModulePropertiesgetAtlassianPlugin()@Nullable PlanIdentifierPropertiesgetSourcePlan()inthashCode()voidvalidate()-
Methods inherited from class com.atlassian.bamboo.specs.api.model.task.TaskProperties
applicableTo, getConditions, getDescription, getRequirements, isEnabled, toString
-
-
-
-
Constructor Detail
-
ArtifactDownloaderTaskProperties
public ArtifactDownloaderTaskProperties(@Nullable @Nullable java.lang.String description, boolean enabled, @Nullable @Nullable PlanIdentifierProperties sourcePlan, @NotNull @NotNull java.util.List<DownloadItemProperties> artifacts, @NotNull @NotNull java.util.List<RequirementProperties> requirements, @NotNull @NotNull java.util.List<? extends ConditionProperties> conditions) throws PropertiesValidationException- Throws:
PropertiesValidationException
-
-
Method Detail
-
getSourcePlan
@Nullable public @Nullable PlanIdentifierProperties getSourcePlan()
-
getArtifacts
public java.util.List<DownloadItemProperties> getArtifacts()
-
getAtlassianPlugin
@NotNull public @NotNull AtlassianModuleProperties getAtlassianPlugin()
- Specified by:
getAtlassianPluginin classTaskProperties
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classTaskProperties
-
hashCode
public int hashCode()
- Overrides:
hashCodein classTaskProperties
-
validate
public void validate()
- Specified by:
validatein interfaceEntityProperties- Overrides:
validatein classTaskProperties
-
-