Interface IRevisionIntegrationData


  • public interface IRevisionIntegrationData
    Used to specify Perforce file integration data in short form for specific file revisions. Unbranched / unmerged / unintegrated (etc.) files do not commonly have any such data; others may contain it, but this is not guaranteed.
    • Method Detail

      • getFromFile

        java.lang.String getFromFile()
        Returns:
        the file this integration was from.
      • getEndFromRev

        int getEndFromRev()
        Returns:
        the end revision used in the integration.
      • getStartFromRev

        int getStartFromRev()
        Returns:
        the start revision used in the integration.
      • getHowFrom

        java.lang.String getHowFrom()
        Returns:
        a string description of what happened in the integration.