Class CheckoutEntryImpl

java.lang.Object
org.eclipse.jgit.internal.storage.file.CheckoutEntryImpl
All Implemented Interfaces:
CheckoutEntry

public class CheckoutEntryImpl extends Object implements CheckoutEntry
Parsed information about a checkout.
  • Method Details

    • getFromBranch

      public String getFromBranch()
      Description copied from interface: CheckoutEntry
      Get the name of the branch before checkout
      Specified by:
      getFromBranch in interface CheckoutEntry
      Returns:
      the name of the branch before checkout
    • getToBranch

      public String getToBranch()
      Description copied from interface: CheckoutEntry
      Get the name of the branch after checkout
      Specified by:
      getToBranch in interface CheckoutEntry
      Returns:
      the name of the branch after checkout