Package com.perforce.p4java.core
Interface IStreamIntegrationStatus.ICachedState
-
- All Known Implementing Classes:
StreamIntegrationStatus.CachedState
- Enclosing interface:
- IStreamIntegrationStatus
public static interface IStreamIntegrationStatus.ICachedStateDefines the cached state of the stream's integration status without refreshing stale data.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetBranchHash()Get the branch hash.intgetChange()Get the changelist.intgetCopyParent()Get the copy parent changelist.intgetMergeHighVal()Get the merge high value changelist.intgetMergeParent()Get the merge parent changelist.intgetParentChange()Get the parent changelist.intgetStatus()Get the status
-
-
-
Method Detail
-
getChange
int getChange()
Get the changelist.- Returns:
- change
-
getParentChange
int getParentChange()
Get the parent changelist.- Returns:
- parent change
-
getCopyParent
int getCopyParent()
Get the copy parent changelist.- Returns:
- copy parent
-
getMergeParent
int getMergeParent()
Get the merge parent changelist.- Returns:
- merge parent
-
getMergeHighVal
int getMergeHighVal()
Get the merge high value changelist.- Returns:
- merge high value
-
getBranchHash
int getBranchHash()
Get the branch hash.- Returns:
- branch hash
-
getStatus
int getStatus()
Get the status- Returns:
- status
-
-