Class SonargraphReportAction
- java.lang.Object
-
- com.hello2morrow.sonargraph.integration.jenkins.controller.AbstractHTMLAction
-
- com.hello2morrow.sonargraph.integration.jenkins.controller.SonargraphReportAction
-
- All Implemented Interfaces:
hudson.model.Action
,hudson.model.ModelObject
,jenkins.tasks.SimpleBuildStep.LastBuildAction
public final class SonargraphReportAction extends AbstractHTMLAction implements jenkins.tasks.SimpleBuildStep.LastBuildAction
-
-
Constructor Summary
Constructors Constructor Description SonargraphReportAction(hudson.model.Run<?,?> run)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doDynamic(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
String
getDisplayName()
String
getHTMLReport()
String
getIconFileName()
Collection<hudson.model.Action>
getProjectActions()
hudson.model.Run<?,?>
getRun()
String
getUrlName()
-
Methods inherited from class com.hello2morrow.sonargraph.integration.jenkins.controller.AbstractHTMLAction
enableDirectoryBrowserSupport, readHTMLReport
-
-
-
-
Method Detail
-
doDynamic
public void doDynamic(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException, javax.servlet.ServletException
- Specified by:
doDynamic
in classAbstractHTMLAction
- Throws:
IOException
javax.servlet.ServletException
-
getRun
public hudson.model.Run<?,?> getRun()
-
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
-
getHTMLReport
public String getHTMLReport() throws IOException, InterruptedException
- Specified by:
getHTMLReport
in classAbstractHTMLAction
- Throws:
IOException
InterruptedException
-
getProjectActions
public Collection<hudson.model.Action> getProjectActions()
- Specified by:
getProjectActions
in interfacejenkins.tasks.SimpleBuildStep.LastBuildAction
-
-