| Package | Description |
|---|---|
| com.coverity.ws.v5 |
| Modifier and Type | Field and Description |
|---|---|
protected StreamIdDataObj |
StreamDataObj.id |
protected StreamIdDataObj |
CopyStream.sourceStreamId |
protected StreamIdDataObj |
UpdateStream.streamId |
protected StreamIdDataObj |
StreamSnapshotFilterSpecDataObj.streamId |
protected StreamIdDataObj |
StreamDefectDataObj.streamId |
protected StreamIdDataObj |
GetSnapshotsForStream.streamId |
protected StreamIdDataObj |
GetFileContents.streamId |
protected StreamIdDataObj |
DeleteStream.streamId |
| Modifier and Type | Field and Description |
|---|---|
protected List<StreamIdDataObj> |
DefectChangeDataObj.affectedStreams |
protected List<StreamIdDataObj> |
StreamDefectFilterSpecDataObj.streamIdList |
protected List<StreamIdDataObj> |
GetMergedDefectsForStreams.streamIds |
protected List<StreamIdDataObj> |
GetMergedDefectHistory.streamIds |
protected List<StreamIdDataObj> |
GetCheckerSubcategoriesForStreams.streamIds |
protected List<StreamIdDataObj> |
GetCIDsForStreams.streamIds |
protected List<StreamIdDataObj> |
ProjectSpecDataObj.streamLinks |
protected List<StreamIdDataObj> |
ProjectSpecDataObj.streams |
| Modifier and Type | Method and Description |
|---|---|
StreamIdDataObj |
ObjectFactory.createStreamIdDataObj()
Create an instance of
StreamIdDataObj |
StreamIdDataObj |
StreamDataObj.getId()
Gets the value of the id property.
|
StreamIdDataObj |
CopyStream.getSourceStreamId()
Gets the value of the sourceStreamId property.
|
StreamIdDataObj |
UpdateStream.getStreamId()
Gets the value of the streamId property.
|
StreamIdDataObj |
StreamSnapshotFilterSpecDataObj.getStreamId()
Gets the value of the streamId property.
|
StreamIdDataObj |
StreamDefectDataObj.getStreamId()
Gets the value of the streamId property.
|
StreamIdDataObj |
GetSnapshotsForStream.getStreamId()
Gets the value of the streamId property.
|
StreamIdDataObj |
GetFileContents.getStreamId()
Gets the value of the streamId property.
|
StreamIdDataObj |
DeleteStream.getStreamId()
Gets the value of the streamId property.
|
| Modifier and Type | Method and Description |
|---|---|
List<StreamIdDataObj> |
DefectChangeDataObj.getAffectedStreams()
Gets the value of the affectedStreams property.
|
List<StreamIdDataObj> |
StreamDefectFilterSpecDataObj.getStreamIdList()
Gets the value of the streamIdList property.
|
List<StreamIdDataObj> |
GetMergedDefectsForStreams.getStreamIds()
Gets the value of the streamIds property.
|
List<StreamIdDataObj> |
GetMergedDefectHistory.getStreamIds()
Gets the value of the streamIds property.
|
List<StreamIdDataObj> |
GetCheckerSubcategoriesForStreams.getStreamIds()
Gets the value of the streamIds property.
|
List<StreamIdDataObj> |
GetCIDsForStreams.getStreamIds()
Gets the value of the streamIds property.
|
List<StreamIdDataObj> |
ProjectSpecDataObj.getStreamLinks()
Gets the value of the streamLinks property.
|
List<StreamIdDataObj> |
ProjectSpecDataObj.getStreams()
Gets the value of the streams property.
|
| Modifier and Type | Method and Description |
|---|---|
StreamDataObj |
ConfigurationService.copyStream(ProjectIdDataObj projectId,
StreamIdDataObj sourceStreamId) |
void |
ConfigurationService.deleteStream(StreamIdDataObj streamId) |
FileContentsDataObj |
DefectService.getFileContents(StreamIdDataObj streamId,
FileIdDataObj fileId) |
List<SnapshotIdDataObj> |
ConfigurationService.getSnapshotsForStream(StreamIdDataObj streamId,
SnapshotFilterSpecDataObj filterSpec) |
void |
StreamDataObj.setId(StreamIdDataObj value)
Sets the value of the id property.
|
void |
CopyStream.setSourceStreamId(StreamIdDataObj value)
Sets the value of the sourceStreamId property.
|
void |
UpdateStream.setStreamId(StreamIdDataObj value)
Sets the value of the streamId property.
|
void |
StreamSnapshotFilterSpecDataObj.setStreamId(StreamIdDataObj value)
Sets the value of the streamId property.
|
void |
StreamDefectDataObj.setStreamId(StreamIdDataObj value)
Sets the value of the streamId property.
|
void |
GetSnapshotsForStream.setStreamId(StreamIdDataObj value)
Sets the value of the streamId property.
|
void |
GetFileContents.setStreamId(StreamIdDataObj value)
Sets the value of the streamId property.
|
void |
DeleteStream.setStreamId(StreamIdDataObj value)
Sets the value of the streamId property.
|
void |
ConfigurationService.updateStream(StreamIdDataObj streamId,
StreamSpecDataObj streamSpec) |
| Modifier and Type | Method and Description |
|---|---|
List<CheckerSubcategoryIdDataObj> |
DefectService.getCheckerSubcategoriesForStreams(List<StreamIdDataObj> streamIds) |
List<Long> |
DefectService.getCIDsForStreams(List<StreamIdDataObj> streamIds,
MergedDefectFilterSpecDataObj filterSpec) |
List<DefectChangeDataObj> |
DefectService.getMergedDefectHistory(Long cid,
List<StreamIdDataObj> streamIds) |
MergedDefectsPageDataObj |
DefectService.getMergedDefectsForStreams(List<StreamIdDataObj> streamIds,
MergedDefectFilterSpecDataObj filterSpec,
PageSpecDataObj pageSpec) |
Copyright © 2004-2013 Hudson. All Rights Reserved.