Class InvisibleDiffAction
- java.lang.Object
-
- com.hello2morrow.sonargraph.integration.jenkins.controller.AbstractHTMLAction
-
- com.hello2morrow.sonargraph.integration.jenkins.controller.InvisibleFromSidebarAction
-
- com.hello2morrow.sonargraph.integration.jenkins.controller.InvisibleReportAction
-
- com.hello2morrow.sonargraph.integration.jenkins.controller.InvisibleDiffAction
-
- All Implemented Interfaces:
hudson.model.Action
,hudson.model.ModelObject
public class InvisibleDiffAction extends InvisibleReportAction
-
-
Constructor Summary
Constructors Constructor Description InvisibleDiffAction(hudson.model.Job<?,?> job)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getHTMLReport()
String
getUrlName()
-
Methods inherited from class com.hello2morrow.sonargraph.integration.jenkins.controller.InvisibleReportAction
doDynamic, getJob
-
Methods inherited from class com.hello2morrow.sonargraph.integration.jenkins.controller.InvisibleFromSidebarAction
getDisplayName, getIconFileName
-
Methods inherited from class com.hello2morrow.sonargraph.integration.jenkins.controller.AbstractHTMLAction
enableDirectoryBrowserSupport, readHTMLReport
-
-
-
-
Method Detail
-
getUrlName
public String getUrlName()
- Specified by:
getUrlName
in interfacehudson.model.Action
- Overrides:
getUrlName
in classInvisibleReportAction
-
getHTMLReport
public String getHTMLReport() throws IOException, InterruptedException
- Overrides:
getHTMLReport
in classInvisibleReportAction
- Throws:
IOException
InterruptedException
-
-