public interface IStatDelegator
| Modifier and Type | Method and Description |
|---|---|
IStreamIntegrationStatus |
getStreamIntegrationStatus(String stream,
StreamIntegrationStatusOptions opts)
Get a stream's cached integration status with respect to its parent.
|
IStreamIntegrationStatus getStreamIntegrationStatus(String stream, StreamIntegrationStatusOptions opts) throws P4JavaException
Pending 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'.)
stream - 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.