@Immutable public final class ArtifactDownloaderTaskProperties extends TaskProperties
| Constructor and Description |
|---|
ArtifactDownloaderTaskProperties(@Nullable String description,
boolean enabled,
@Nullable PlanIdentifierProperties sourcePlan,
@NotNull List<DownloadItemProperties> artifacts,
@NotNull List<RequirementProperties> requirements,
@NotNull List<? extends ConditionProperties> conditions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<DownloadItemProperties> |
getArtifacts() |
@NotNull AtlassianModuleProperties |
getAtlassianPlugin() |
@Nullable PlanIdentifierProperties |
getSourcePlan() |
int |
hashCode() |
void |
validate() |
applicableTo, getConditions, getDescription, getRequirements, isEnabled, toStringpublic ArtifactDownloaderTaskProperties(@Nullable
@Nullable String description,
boolean enabled,
@Nullable
@Nullable PlanIdentifierProperties sourcePlan,
@NotNull
@NotNull List<DownloadItemProperties> artifacts,
@NotNull
@NotNull List<RequirementProperties> requirements,
@NotNull
@NotNull List<? extends ConditionProperties> conditions)
throws PropertiesValidationException
PropertiesValidationException@Nullable public @Nullable PlanIdentifierProperties getSourcePlan()
public List<DownloadItemProperties> getArtifacts()
@NotNull public @NotNull AtlassianModuleProperties getAtlassianPlugin()
getAtlassianPlugin in class TaskPropertiespublic boolean equals(Object o)
equals in class TaskPropertiespublic int hashCode()
hashCode in class TaskPropertiespublic void validate()
validate in interface EntityPropertiesvalidate in class TaskPropertiesCopyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.