public static class StreamIntegrationStatus.CachedState extends Object implements IStreamIntegrationStatus.ICachedState
| Constructor and Description |
|---|
CachedState(int change,
int parentChange,
int copyParent,
int mergeParent,
int mergeHighVal,
int branchHash,
int status)
Explicit-value all-fields constructor.
|
| Modifier and Type | Method and 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
|
public CachedState(int change,
int parentChange,
int copyParent,
int mergeParent,
int mergeHighVal,
int branchHash,
int status)
public int getChange()
IStreamIntegrationStatus.ICachedStategetChange in interface IStreamIntegrationStatus.ICachedStateIStreamIntegrationStatus.ICachedState.getChange()public int getParentChange()
IStreamIntegrationStatus.ICachedStategetParentChange in interface IStreamIntegrationStatus.ICachedStateIStreamIntegrationStatus.ICachedState.getParentChange()public int getCopyParent()
IStreamIntegrationStatus.ICachedStategetCopyParent in interface IStreamIntegrationStatus.ICachedStateIStreamIntegrationStatus.ICachedState.getCopyParent()public int getMergeParent()
IStreamIntegrationStatus.ICachedStategetMergeParent in interface IStreamIntegrationStatus.ICachedStateIStreamIntegrationStatus.ICachedState.getMergeParent()public int getMergeHighVal()
IStreamIntegrationStatus.ICachedStategetMergeHighVal in interface IStreamIntegrationStatus.ICachedStateIStreamIntegrationStatus.ICachedState.getMergeHighVal()public int getBranchHash()
IStreamIntegrationStatus.ICachedStategetBranchHash in interface IStreamIntegrationStatus.ICachedStateIStreamIntegrationStatus.ICachedState.getBranchHash()public int getStatus()
IStreamIntegrationStatus.ICachedStategetStatus in interface IStreamIntegrationStatus.ICachedStateIStreamIntegrationStatus.ICachedState.getStatus()Copyright © 2017 Perforce Software. All Rights Reserved.