Class ArtifactDownloaderTaskProperties
java.lang.Object
com.atlassian.bamboo.specs.api.model.task.TaskProperties
com.atlassian.bamboo.specs.model.task.ArtifactDownloaderTaskProperties
- All Implemented Interfaces:
EntityProperties
-
Constructor Summary
ConstructorDescriptionArtifactDownloaderTaskProperties
(@Nullable String description, boolean enabled, @Nullable PlanIdentifierProperties sourcePlan, @NotNull List<DownloadItemProperties> artifacts, @NotNull List<RequirementProperties> requirements, @NotNull List<? extends ConditionProperties> conditions) -
Method Summary
Modifier and TypeMethodDescriptionboolean
@NotNull AtlassianModuleProperties
@Nullable PlanIdentifierProperties
int
hashCode()
void
validate()
Methods inherited from class com.atlassian.bamboo.specs.api.model.task.TaskProperties
applicableTo, getConditions, getDescription, getRequirements, isEnabled, toString
-
Constructor Details
-
ArtifactDownloaderTaskProperties
public 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 - Throws:
PropertiesValidationException
-
-
Method Details
-
getSourcePlan
-
getArtifacts
-
getAtlassianPlugin
- Specified by:
getAtlassianPlugin
in classTaskProperties
-
equals
- Overrides:
equals
in classTaskProperties
-
hashCode
public int hashCode()- Overrides:
hashCode
in classTaskProperties
-
validate
public void validate()- Specified by:
validate
in interfaceEntityProperties
- Overrides:
validate
in classTaskProperties
-