Class Branch


class Branch extends TextBuiltin
  • Field Details

    • otherBranch

      private String otherBranch
    • createForce

      private boolean createForce
    • rename

      private boolean rename
    • remote

      private boolean remote
    • all

      private boolean all
    • containsCommitish

      private String containsCommitish
    • delete

      private List<String> delete
    • deleteForce

      private List<String> deleteForce
    • verbose

      private boolean verbose
    • branch

      private String branch
    • printRefs

      private final Map<String,Ref> printRefs
    • rw

      private RevWalk rw
      Only set for verbose branch listing at-the-moment
    • maxNameLength

      private int maxNameLength
  • Constructor Details

    • Branch

      Branch()
  • Method Details