public interface DefectService
@RequestWrapper(localName="updateStreamDefects", targetNamespace="http://ws.coverity.com/v5", className="com.coverity.ws.v5.UpdateStreamDefects") @ResponseWrapper(localName="updateStreamDefectsResponse", targetNamespace="http://ws.coverity.com/v5", className="com.coverity.ws.v5.UpdateStreamDefectsResponse") void updateStreamDefects(List<StreamDefectIdDataObj> streamDefectIds, DefectStateSpecDataObj defectStateSpec) throws CovRemoteServiceException_Exception
streamDefectIds - defectStateSpec - CovRemoteServiceException_Exception@RequestWrapper(localName="getCIDForDMCID", targetNamespace="http://ws.coverity.com/v5", className="com.coverity.ws.v5.GetCIDForDMCID") @ResponseWrapper(localName="getCIDForDMCIDResponse", targetNamespace="http://ws.coverity.com/v5", className="com.coverity.ws.v5.GetCIDForDMCIDResponse") Long getCIDForDMCID(Long dmCid, String databaseDescription) throws CovRemoteServiceException_Exception
dmCid - databaseDescription - CovRemoteServiceException_Exception@RequestWrapper(localName="updateDefectInstanceProperties", targetNamespace="http://ws.coverity.com/v5", className="com.coverity.ws.v5.UpdateDefectInstanceProperties") @ResponseWrapper(localName="updateDefectInstancePropertiesResponse", targetNamespace="http://ws.coverity.com/v5", className="com.coverity.ws.v5.UpdateDefectInstancePropertiesResponse") void updateDefectInstanceProperties(DefectInstanceIdDataObj defectInstanceId, List<PropertySpecDataObj> properties) throws CovRemoteServiceException_Exception
properties - defectInstanceId - CovRemoteServiceException_Exception@RequestWrapper(localName="getStreamDefects", targetNamespace="http://ws.coverity.com/v5", className="com.coverity.ws.v5.GetStreamDefects") @ResponseWrapper(localName="getStreamDefectsResponse", targetNamespace="http://ws.coverity.com/v5", className="com.coverity.ws.v5.GetStreamDefectsResponse") List<StreamDefectDataObj> getStreamDefects(List<Long> cids, StreamDefectFilterSpecDataObj filterSpec) throws CovRemoteServiceException_Exception
filterSpec - cids - CovRemoteServiceException_Exception@RequestWrapper(localName="getMergedDefectsForProject", targetNamespace="http://ws.coverity.com/v5", className="com.coverity.ws.v5.GetMergedDefectsForProject") @ResponseWrapper(localName="getMergedDefectsForProjectResponse", targetNamespace="http://ws.coverity.com/v5", className="com.coverity.ws.v5.GetMergedDefectsForProjectResponse") MergedDefectsPageDataObj getMergedDefectsForProject(ProjectIdDataObj projectId, MergedDefectFilterSpecDataObj filterSpec, PageSpecDataObj pageSpec) throws CovRemoteServiceException_Exception
filterSpec - projectId - pageSpec - CovRemoteServiceException_Exception@RequestWrapper(localName="getMergedDefectsForStreams", targetNamespace="http://ws.coverity.com/v5", className="com.coverity.ws.v5.GetMergedDefectsForStreams") @ResponseWrapper(localName="getMergedDefectsForStreamsResponse", targetNamespace="http://ws.coverity.com/v5", className="com.coverity.ws.v5.GetMergedDefectsForStreamsResponse") MergedDefectsPageDataObj getMergedDefectsForStreams(List<StreamIdDataObj> streamIds, MergedDefectFilterSpecDataObj filterSpec, PageSpecDataObj pageSpec) throws CovRemoteServiceException_Exception
streamIds - filterSpec - pageSpec - CovRemoteServiceException_Exception@RequestWrapper(localName="getMergedDefectHistory", targetNamespace="http://ws.coverity.com/v5", className="com.coverity.ws.v5.GetMergedDefectHistory") @ResponseWrapper(localName="getMergedDefectHistoryResponse", targetNamespace="http://ws.coverity.com/v5", className="com.coverity.ws.v5.GetMergedDefectHistoryResponse") List<DefectChangeDataObj> getMergedDefectHistory(Long cid, List<StreamIdDataObj> streamIds) throws CovRemoteServiceException_Exception
streamIds - cid - CovRemoteServiceException_Exception@RequestWrapper(localName="getTrendRecordsForProject", targetNamespace="http://ws.coverity.com/v5", className="com.coverity.ws.v5.GetTrendRecordsForProject") @ResponseWrapper(localName="getTrendRecordsForProjectResponse", targetNamespace="http://ws.coverity.com/v5", className="com.coverity.ws.v5.GetTrendRecordsForProjectResponse") List<ProjectMetricsDataObj> getTrendRecordsForProject(ProjectIdDataObj projectId, ProjectTrendRecordFilterSpecDataObj filterSpec) throws CovRemoteServiceException_Exception
filterSpec - projectId - CovRemoteServiceException_Exception@RequestWrapper(localName="getComponentMetricsForProject", targetNamespace="http://ws.coverity.com/v5", className="com.coverity.ws.v5.GetComponentMetricsForProject") @ResponseWrapper(localName="getComponentMetricsForProjectResponse", targetNamespace="http://ws.coverity.com/v5", className="com.coverity.ws.v5.GetComponentMetricsForProjectResponse") List<ComponentMetricsDataObj> getComponentMetricsForProject(ProjectIdDataObj projectId, List<ComponentIdDataObj> componentIds) throws CovRemoteServiceException_Exception
componentIds - projectId - CovRemoteServiceException_Exception@RequestWrapper(localName="getCIDsForProject", targetNamespace="http://ws.coverity.com/v5", className="com.coverity.ws.v5.GetCIDsForProject") @ResponseWrapper(localName="getCIDsForProjectResponse", targetNamespace="http://ws.coverity.com/v5", className="com.coverity.ws.v5.GetCIDsForProjectResponse") List<Long> getCIDsForProject(ProjectIdDataObj projectId, MergedDefectFilterSpecDataObj filterSpec) throws CovRemoteServiceException_Exception
filterSpec - projectId - CovRemoteServiceException_Exception@RequestWrapper(localName="getCIDsForStreams", targetNamespace="http://ws.coverity.com/v5", className="com.coverity.ws.v5.GetCIDsForStreams") @ResponseWrapper(localName="getCIDsForStreamsResponse", targetNamespace="http://ws.coverity.com/v5", className="com.coverity.ws.v5.GetCIDsForStreamsResponse") List<Long> getCIDsForStreams(List<StreamIdDataObj> streamIds, MergedDefectFilterSpecDataObj filterSpec) throws CovRemoteServiceException_Exception
streamIds - filterSpec - CovRemoteServiceException_Exception@RequestWrapper(localName="getCheckerSubcategoriesForProject", targetNamespace="http://ws.coverity.com/v5", className="com.coverity.ws.v5.GetCheckerSubcategoriesForProject") @ResponseWrapper(localName="getCheckerSubcategoriesForProjectResponse", targetNamespace="http://ws.coverity.com/v5", className="com.coverity.ws.v5.GetCheckerSubcategoriesForProjectResponse") List<CheckerSubcategoryIdDataObj> getCheckerSubcategoriesForProject(ProjectIdDataObj projectId) throws CovRemoteServiceException_Exception
projectId - CovRemoteServiceException_Exception@RequestWrapper(localName="getCheckerSubcategoriesForStreams", targetNamespace="http://ws.coverity.com/v5", className="com.coverity.ws.v5.GetCheckerSubcategoriesForStreams") @ResponseWrapper(localName="getCheckerSubcategoriesForStreamsResponse", targetNamespace="http://ws.coverity.com/v5", className="com.coverity.ws.v5.GetCheckerSubcategoriesForStreamsResponse") List<CheckerSubcategoryIdDataObj> getCheckerSubcategoriesForStreams(List<StreamIdDataObj> streamIds) throws CovRemoteServiceException_Exception
streamIds - CovRemoteServiceException_Exception@RequestWrapper(localName="getFileContents", targetNamespace="http://ws.coverity.com/v5", className="com.coverity.ws.v5.GetFileContents") @ResponseWrapper(localName="getFileContentsResponse", targetNamespace="http://ws.coverity.com/v5", className="com.coverity.ws.v5.GetFileContentsResponse") FileContentsDataObj getFileContents(StreamIdDataObj streamId, FileIdDataObj fileId) throws CovRemoteServiceException_Exception
fileId - streamId - CovRemoteServiceException_ExceptionCopyright © 2004-2013 Hudson. All Rights Reserved.