public class StatDelegator extends BaseDelegator implements IStatDelegator
MAX_LIMIT_SUPPORTED_MIN_VERSION, QUERY_EXPRESSIONS_SUPPORTED_MIN_VERSION, USER_RESTRICTIONS_SUPPORTED_MIN_VERSION| Constructor and Description |
|---|
StatDelegator(IOptionsServer server)
Instantiates a new stat delegator.
|
| Modifier and Type | Method and Description |
|---|---|
IStreamIntegrationStatus |
getStreamIntegrationStatus(String stream,
StreamIntegrationStatusOptions opts)
Get a stream's cached integration status with respect to its parent.
|
public StatDelegator(IOptionsServer server)
server - the serverpublic IStreamIntegrationStatus getStreamIntegrationStatus(String stream, StreamIntegrationStatusOptions opts) throws P4JavaException
IStatDelegatorPending integrations are shown only if they are expected by the stream; that is, only if they are warranted by the stream's type and its fromParent/toParent flow options. (See 'p4 help stream'.)
getStreamIntegrationStatus in interface IStatDelegatorstream - the stream's path in a stream depot, of the form
//depotname/streamname.opts - StreamIntegrationStatusOptions object describing optional
parameters; if null, no options are set.P4JavaException - if an error occurs processing this method and its parameters.Copyright © 2017 Perforce Software. All Rights Reserved.