Interface CheckoutEntry

All Known Implementing Classes:
CheckoutEntryImpl

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

    Modifier and Type
    Method
    Description
    Get the name of the branch before checkout
    Get the name of the branch after checkout
  • Method Details

    • getFromBranch

      String getFromBranch()
      Get the name of the branch before checkout
      Returns:
      the name of the branch before checkout
    • getToBranch

      String getToBranch()
      Get the name of the branch after checkout
      Returns:
      the name of the branch after checkout