Class StreamIntegrationLog
- java.lang.Object
-
- com.perforce.p4java.impl.generic.core.StreamIntegrationLog
-
- All Implemented Interfaces:
IStreamIntegrationLog
public class StreamIntegrationLog extends java.lang.Object implements IStreamIntegrationLog
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
endFromChange
protected java.lang.String
field
protected java.lang.String
how
protected java.lang.String
startFromChange
protected java.lang.String
stream
-
Constructor Summary
Constructors Constructor Description StreamIntegrationLog()
StreamIntegrationLog(java.util.Map<java.lang.String,java.lang.Object> map, java.lang.String suffix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getEndFromChange()
Returns the ending change of the to stream spec.java.lang.String
getField()
Returns field.java.lang.String
getHow()
Returns integration method: variations on merge/branch/copy/ignore/delete.java.lang.String
getStartFromChange()
Returns the starting change of the from stream spec.java.lang.String
getStream()
Returns String associated with the integration.
-
-
-
Method Detail
-
getHow
public java.lang.String getHow()
Description copied from interface:IStreamIntegrationLog
Returns integration method: variations on merge/branch/copy/ignore/delete. For example "branch from".- Specified by:
getHow
in interfaceIStreamIntegrationLog
- Returns:
- Integration type.
-
getStream
public java.lang.String getStream()
Description copied from interface:IStreamIntegrationLog
Returns String associated with the integration.- Specified by:
getStream
in interfaceIStreamIntegrationLog
- Returns:
- Stream path.
-
getField
public java.lang.String getField()
Description copied from interface:IStreamIntegrationLog
Returns field.- Specified by:
getField
in interfaceIStreamIntegrationLog
- Returns:
- field
-
getStartFromChange
public java.lang.String getStartFromChange()
Description copied from interface:IStreamIntegrationLog
Returns the starting change of the from stream spec.- Specified by:
getStartFromChange
in interfaceIStreamIntegrationLog
- Returns:
- start from change
-
getEndFromChange
public java.lang.String getEndFromChange()
Description copied from interface:IStreamIntegrationLog
Returns the ending change of the to stream spec.- Specified by:
getEndFromChange
in interfaceIStreamIntegrationLog
- Returns:
- end from change
-
-