|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.blazemeter.PerformanceReportMap
public class PerformanceReportMap
Root object of a blazemeter report.
| Method Summary | |
|---|---|
void |
doRespondingTimeGraph(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
|
String |
getBlazeMeterURL()
|
hudson.model.AbstractBuild<?,?> |
getBuild()
|
String |
getDisplayName()
|
List<PerformanceReport> |
getPerformanceListOrdered()
|
PerformanceReport |
getPerformanceReport(String performanceReportName)
Give the Performance report with the parameter for name in Bean |
static String |
getPerformanceReportDirRelativePath()
|
static String |
getPerformanceReportFileRelativePath(String parserDisplayName,
String reportFileName)
|
Map<String,PerformanceReport> |
getPerformanceReportMap()
|
String |
getSession()
|
UriReport |
getUriReport(String uriReport)
Get a URI report within a Performance report file |
String |
getUrlName()
|
boolean |
isFailed(String performanceReportName)
Verify if the PerformanceReport exist the performanceReportName must to be like it is in the build |
void |
setPerformanceReportMap(Map<String,PerformanceReport> performanceReportMap)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public String getSession()
public String getBlazeMeterURL()
public hudson.model.AbstractBuild<?,?> getBuild()
public String getDisplayName()
getDisplayName in interface hudson.model.ModelObjectpublic List<PerformanceReport> getPerformanceListOrdered()
public Map<String,PerformanceReport> getPerformanceReportMap()
public PerformanceReport getPerformanceReport(String performanceReportName)
Give the Performance report with the parameter for name in Bean
performanceReportName -
public UriReport getUriReport(String uriReport)
uriReport - "Performance report file name";"URI name"
public String getUrlName()
public void setPerformanceReportMap(Map<String,PerformanceReport> performanceReportMap)
public static String getPerformanceReportFileRelativePath(String parserDisplayName,
String reportFileName)
public static String getPerformanceReportDirRelativePath()
public boolean isFailed(String performanceReportName)
Verify if the PerformanceReport exist the performanceReportName must to be like it is in the build
performanceReportName -
public void doRespondingTimeGraph(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||