Package com.perforce.p4java.core
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
-
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
-