public class CoverityBuildAction extends Object implements hudson.model.Action
| Constructor and Description |
|---|
CoverityBuildAction(hudson.model.AbstractBuild build,
String projectId,
String streamId,
String cimInstance,
List<Long> matchingDefects) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.AbstractBuild |
getBuild()
The owning build
|
List<Long> |
getDefectIds()
The IDs defects that were captured for this build
|
List<MergedDefectDataObj> |
getDefects()
The data for the defects that were captured for this build.
|
String |
getDisplayName() |
String |
getIconFileName() |
String |
getId() |
String |
getProjectId()
ID of the CIM project used for ths build
|
String |
getUrl() |
String |
getURL(MergedDefectDataObj defect)
Returns the URL to the page for this defect in the CIM instance.
|
String |
getUrlName() |
public hudson.model.AbstractBuild getBuild()
public List<MergedDefectDataObj> getDefects() throws IOException, CovRemoteServiceException_Exception
public String getURL(MergedDefectDataObj defect) throws IOException, CovRemoteServiceException_Exception
public String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic String getProjectId()
public String getUrl()
public String getId()
Copyright © 2004-2013 Hudson. All Rights Reserved.