Class 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)  
    • Constructor Detail

      • ArtifactItemProperties

        public ArtifactItemProperties​(@Nullable
                                      @Nullable com.atlassian.bamboo.specs.api.model.plan.PlanIdentifierProperties sourcePlan,
                                      boolean allArtifacts,
                                      @Nullable
                                      @Nullable java.lang.String artifactName)
    • 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:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • validate

        public void validate()
        Specified by:
        validate in interface com.atlassian.bamboo.specs.api.model.EntityProperties