Class CheckoutEntryImpl

  • All Implemented Interfaces:
    CheckoutEntry

    public class CheckoutEntryImpl
    extends java.lang.Object
    implements CheckoutEntry
    Parsed information about a checkout.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFromBranch()  
      java.lang.String getToBranch()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getFromBranch

        public java.lang.String getFromBranch()
        Specified by:
        getFromBranch in interface CheckoutEntry
        Returns:
        the name of the branch before checkout
      • getToBranch

        public java.lang.String getToBranch()
        Specified by:
        getToBranch in interface CheckoutEntry
        Returns:
        the name of the branch after checkout