Class ArtifactItemProperties
- java.lang.Object
-
- com.atlassian.bamboo.specs.model.task.ArtifactItemProperties
-
- All Implemented Interfaces:
com.atlassian.bamboo.specs.api.model.EntityProperties
public class ArtifactItemProperties extends java.lang.Object implements com.atlassian.bamboo.specs.api.model.EntityProperties
-
-
Constructor Summary
Constructors Constructor Description ArtifactItemProperties(@Nullable com.atlassian.bamboo.specs.api.model.plan.PlanIdentifierProperties sourcePlan, boolean allArtifacts, @Nullable java.lang.String artifactName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)@Nullable java.lang.StringgetArtifactName()@Nullable com.atlassian.bamboo.specs.api.model.plan.PlanIdentifierPropertiesgetSourcePlan()inthashCode()booleanisAllArtifacts()voidvalidate()
-
-
-
Method Detail
-
getSourcePlan
@Nullable public @Nullable com.atlassian.bamboo.specs.api.model.plan.PlanIdentifierProperties getSourcePlan()
-
getArtifactName
@Nullable public @Nullable java.lang.String getArtifactName()
-
isAllArtifacts
public boolean isAllArtifacts()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
validate
public void validate()
- Specified by:
validatein interfacecom.atlassian.bamboo.specs.api.model.EntityProperties
-
-