Class PlanBranchGist

java.lang.Object
com.atlassian.bamboo.plan.cache.PlanBranchGist

@Internal public class PlanBranchGist extends Object
  • Constructor Details

    • PlanBranchGist

      public PlanBranchGist(long id, PlanKey key, String buildName, boolean suspendedFromBuilding, PlanBranchWorkflow planBranchWorkflow, boolean divergent)
  • Method Details

    • getId

      public long getId()
    • getKey

      public PlanKey getKey()
    • getBuildName

      public String getBuildName()
    • isSuspendedFromBuilding

      public boolean isSuspendedFromBuilding()
    • getPlanBranchWorkflow

      public PlanBranchWorkflow getPlanBranchWorkflow()
    • isDivergent

      public boolean isDivergent()
    • equals

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

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

      public static PlanBranchGist identifierFor(PlanKey planKey)
      The plan key is enough to have equals and hashCode. This should only be used for searching in collections.