Interface IStreamIntegrationLog

All Known Implementing Classes:
StreamIntegrationLog

public interface IStreamIntegrationLog
StreamIntegrationLog is typically returned from the server as part of the streamlog command. It carries integration/branching data for perforce Stream spec
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the ending change of the to stream spec.
    Returns field.
    Returns integration method: variations on merge/branch/copy/ignore/delete.
    Returns the starting change of the from stream spec.
    Returns String associated with the integration.
  • Method Details

    • getHow

      String getHow()
      Returns integration method: variations on merge/branch/copy/ignore/delete. For example "branch from".
      Returns:
      Integration type.
    • getStream

      String getStream()
      Returns String associated with the integration.
      Returns:
      Stream path.
    • getField

      String getField()
      Returns field.
      Returns:
      field
    • getStartFromChange

      String getStartFromChange()
      Returns the starting change of the from stream spec.
      Returns:
      start from change
    • getEndFromChange

      String getEndFromChange()
      Returns the ending change of the to stream spec.
      Returns:
      end from change