public class GatlingBuildAction extends Object implements hudson.model.Action
| Constructor and Description |
|---|
GatlingBuildAction(hudson.model.AbstractBuild<?,?> build,
List<BuildSimulation> sims) |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.AbstractBuild<?,?> |
getBuild() |
String |
getDisplayName() |
String |
getIconFileName() |
ReportRenderer |
getReport(String simName)
This method is called dynamically for any HTTP request to our plugin's
URL followed by "/report/SomeSimulationName".
|
String |
getReportURL(String simName) |
List<BuildSimulation> |
getSimulations() |
String |
getUrlName() |
public GatlingBuildAction(hudson.model.AbstractBuild<?,?> build,
List<BuildSimulation> sims)
public hudson.model.AbstractBuild<?,?> getBuild()
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 simName)
ReportRenderer, which contains the
actual logic for rendering a report.simName - Copyright © 2004-2015. All Rights Reserved.