public class JgivenReportAction extends Object implements jenkins.model.RunAction2, jenkins.tasks.SimpleBuildStep.LastBuildAction
Modifier and Type | Class and Description |
---|---|
static class |
JgivenReportAction.Report |
Constructor and Description |
---|
JgivenReportAction(hudson.model.Run<?,?> run,
List<JgivenReportGenerator.ReportConfig> reportConfigs) |
Modifier and Type | Method and Description |
---|---|
hudson.model.DirectoryBrowserSupport |
doReport() |
String |
getDisplayName() |
String |
getIconFileName() |
Collection<? extends hudson.model.Action> |
getProjectActions() |
List<JgivenReportAction.Report> |
getReports() |
String |
getReportUrl(JgivenReportAction.Report report) |
String |
getUrlName() |
void |
onAttached(hudson.model.Run<?,?> r) |
void |
onLoad(hudson.model.Run<?,?> r) |
public JgivenReportAction(hudson.model.Run<?,?> run, List<JgivenReportGenerator.ReportConfig> reportConfigs)
public Collection<? extends hudson.model.Action> getProjectActions()
getProjectActions
in interface jenkins.tasks.SimpleBuildStep.LastBuildAction
public String getIconFileName()
getIconFileName
in interface hudson.model.Action
public String getDisplayName()
getDisplayName
in interface hudson.model.Action
getDisplayName
in interface hudson.model.ModelObject
public String getUrlName()
getUrlName
in interface hudson.model.Action
public List<JgivenReportAction.Report> getReports()
public String getReportUrl(JgivenReportAction.Report report)
public hudson.model.DirectoryBrowserSupport doReport()
public void onAttached(hudson.model.Run<?,?> r)
onAttached
in interface jenkins.model.RunAction2
public void onLoad(hudson.model.Run<?,?> r)
onLoad
in interface jenkins.model.RunAction2
Copyright © 2016–2017. All rights reserved.