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 Object
implements com.atlassian.bamboo.specs.api.model.EntityProperties
-
Constructor Summary
ConstructorsConstructorDescriptionArtifactItemProperties(@Nullable com.atlassian.bamboo.specs.api.model.plan.PlanIdentifierProperties sourcePlan, boolean allArtifacts, @Nullable String artifactName) -
Method Summary
-
Constructor Details
-
ArtifactItemProperties
public ArtifactItemProperties(@Nullable @Nullable com.atlassian.bamboo.specs.api.model.plan.PlanIdentifierProperties sourcePlan, boolean allArtifacts, @Nullable @Nullable String artifactName)
-
-
Method Details
-
getSourcePlan
@Nullable public @Nullable com.atlassian.bamboo.specs.api.model.plan.PlanIdentifierProperties getSourcePlan() -
getArtifactName
-
isAllArtifacts
public boolean isAllArtifacts() -
equals
-
hashCode
public int hashCode() -
validate
public void validate()- Specified by:
validatein interfacecom.atlassian.bamboo.specs.api.model.EntityProperties
-