Package hudson.plugins.blazemeter
Class PerformanceReportMap
- java.lang.Object
-
- hudson.plugins.blazemeter.PerformanceReportMap
-
- All Implemented Interfaces:
ModelObject
public class PerformanceReportMap extends Object implements ModelObject
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
String
getReportUrl()
Run
getRun()
void
setReportUrl(String reportUrl)
-
-
-
Method Detail
-
getRun
public Run getRun()
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfaceModelObject
-
getReportUrl
public String getReportUrl()
-
setReportUrl
public void setReportUrl(String reportUrl)
-
-