Interface CheckoutEntry

  • All Known Implementing Classes:
    CheckoutEntryImpl

    public interface CheckoutEntry
    Parsed information about a checkout.
    Since:
    3.0
    • Method Detail

      • getFromBranch

        java.lang.String getFromBranch()
        Returns:
        the name of the branch before checkout
      • getToBranch

        java.lang.String getToBranch()
        Returns:
        the name of the branch after checkout