Package com.perforce.p4java.core
Interface IStreamIntegrationStatus.ICachedState
-
- All Known Implementing Classes:
StreamIntegrationStatus.CachedState
- Enclosing interface:
- IStreamIntegrationStatus
public static interface IStreamIntegrationStatus.ICachedState
Defines 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 int
getBranchHash()
Get the branch hash.int
getChange()
Get the changelist.int
getCopyParent()
Get the copy parent changelist.int
getMergeHighVal()
Get the merge high value changelist.int
getMergeParent()
Get the merge parent changelist.int
getParentChange()
Get the parent changelist.int
getStatus()
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
-
-