Class Branch


  • public final class Branch
    extends Object
    Line of development within a Project.
    • Field Detail

      • revision

        protected RevId revision
      • canDelete

        protected boolean canDelete
    • Constructor Detail

      • Branch

        protected Branch()
    • Method Detail

      • getName

        public String getName()
      • getShortName

        public String getShortName()
      • getRevision

        public RevId getRevision()
      • setRevision

        public void setRevision​(RevId id)
      • getCanDelete

        public boolean getCanDelete()
      • setCanDelete

        public void setCanDelete​(boolean canDelete)