Class IssueReportAction
- java.lang.Object
-
- com.synopsys.integration.jenkins.coverity.actions.IssueReportAction
-
- All Implemented Interfaces:
hudson.model.Action
,hudson.model.ModelObject
public class IssueReportAction extends java.lang.Object implements hudson.model.Action
-
-
Constructor Summary
Constructors Constructor Description IssueReportAction(int defectCount, java.lang.String cimViewUrl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDisplayName()
java.lang.String
getIconFileName()
java.lang.String
getUrlName()
-
-
-
Method Detail
-
getIconFileName
@CheckForNull public java.lang.String getIconFileName()
- Specified by:
getIconFileName
in interfacehudson.model.Action
-
getDisplayName
@CheckForNull public java.lang.String getDisplayName()
- Specified by:
getDisplayName
in interfacehudson.model.Action
- Specified by:
getDisplayName
in interfacehudson.model.ModelObject
-
getUrlName
@CheckForNull public java.lang.String getUrlName()
- Specified by:
getUrlName
in interfacehudson.model.Action
-
-