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 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

      @Nullable public @Nullable String getArtifactName()
    • isAllArtifacts

      public boolean isAllArtifacts()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

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