public class GatlingBuildAction extends Object implements hudson.model.Action, jenkins.tasks.SimpleBuildStep.LastBuildAction
| Constructor and Description |
|---|
GatlingBuildAction(hudson.model.Run<?,?> run,
List<BuildSimulation> sims) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
String |
getIconFileName() |
Collection<? extends hudson.model.Action> |
getProjectActions() |
ReportRenderer |
getReport(String reportName)
This method is called dynamically for any HTTP request to our plugin's
URL followed by "/report/reportName".
|
String |
getReportURL(BuildSimulation simulation) |
hudson.model.Run<?,?> |
getRun() |
List<BuildSimulation> |
getSimulations() |
String |
getUrlName() |
public GatlingBuildAction(hudson.model.Run<?,?> run,
List<BuildSimulation> sims)
public hudson.model.Run<?,?> getRun()
public List<BuildSimulation> getSimulations()
public 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 ReportRenderer getReport(String reportName)
ReportRenderer, which contains the
actual logic for rendering a report.reportName - the name of the reportNamepublic String getReportURL(BuildSimulation simulation)
public Collection<? extends hudson.model.Action> getProjectActions()
getProjectActions in interface jenkins.tasks.SimpleBuildStep.LastBuildActionCopyright © 2016–2018. All rights reserved.