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.LastBuildActionpublic String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic 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.RunAction2public void onLoad(hudson.model.Run<?,?> r)
onLoad in interface jenkins.model.RunAction2Copyright © 2016–2017. All rights reserved.