Class PipelineReportAction
- java.lang.Object
-
- com.hello2morrow.sonargraph.integration.jenkins.controller.PipelineReportAction
-
- All Implemented Interfaces:
hudson.model.Action
,hudson.model.ModelObject
public class PipelineReportAction extends Object implements hudson.model.Action
-
-
Constructor Summary
Constructors Constructor Description PipelineReportAction(hudson.model.Job<?,?> job)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
String
getHTMLReport()
String
getIconFileName()
hudson.model.Job<?,?>
getJob()
String
getUrlName()
protected String
readHTMLReport(hudson.FilePath pathToReport, String alternative)
-
-
-
Method Detail
-
getJob
public hudson.model.Job<?,?> getJob()
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName
in interfacehudson.model.Action
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfacehudson.model.Action
- Specified by:
getDisplayName
in interfacehudson.model.ModelObject
-
getUrlName
public String getUrlName()
- Specified by:
getUrlName
in interfacehudson.model.Action
-
readHTMLReport
protected String readHTMLReport(hudson.FilePath pathToReport, String alternative) throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
getHTMLReport
public String getHTMLReport() throws IOException, InterruptedException
- Throws:
IOException
InterruptedException
-
-