Class PlanBranchGist


  • @Internal
    public class PlanBranchGist
    extends Object
    • Constructor Detail

      • PlanBranchGist

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

      • getId

        public long getId()
      • getBuildName

        public String getBuildName()
      • isSuspendedFromBuilding

        public boolean isSuspendedFromBuilding()
      • isDivergent

        public boolean isDivergent()
      • 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.