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
ConstructorsConstructorDescriptionArtifactDownloaderTaskProperties(@Nullable String description, boolean enabled, @Nullable PlanIdentifierProperties sourcePlan, @NotNull String customBranch, @NotNull List<DownloadItemProperties> artifacts, @NotNull List<RequirementProperties> requirements, @NotNull List<? extends ConditionProperties> conditions) -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull AtlassianModuleProperties@Nullable PlanIdentifierPropertiesinthashCode()voidvalidate()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 String customBranch, @NotNull @NotNull List<DownloadItemProperties> artifacts, @NotNull @NotNull List<RequirementProperties> requirements, @NotNull @NotNull List<? extends ConditionProperties> conditions) throws PropertiesValidationException - Throws:
PropertiesValidationException
-
-
Method Details
-
getSourcePlan
-
getCustomBranch
-
getArtifacts
-
getAtlassianPlugin
- Specified by:
getAtlassianPluginin classTaskProperties
-
equals
- Overrides:
equalsin classTaskProperties
-
hashCode
public int hashCode()- Overrides:
hashCodein classTaskProperties
-
validate
public void validate()- Specified by:
validatein interfaceEntityProperties- Overrides:
validatein classTaskProperties
-