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
Modifier and TypeMethodDescriptionintGet the branch hash.intGet the changelist.intGet the copy parent changelist.intGet the merge high value changelist.intGet the merge parent changelist.intGet the parent changelist.intGet the status
-
Method Details
-
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
-