hudson.plugins.blazemeter
Class PerformanceReportMap

java.lang.Object
  extended by hudson.plugins.blazemeter.PerformanceReportMap
All Implemented Interfaces:
hudson.model.ModelObject

public class PerformanceReportMap
extends Object
implements hudson.model.ModelObject

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

getSession

public String getSession()

getBlazeMeterURL

public String getBlazeMeterURL()

getBuild

public hudson.model.AbstractBuild<?,?> getBuild()

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface hudson.model.ModelObject

getPerformanceListOrdered

public List<PerformanceReport> getPerformanceListOrdered()

getPerformanceReportMap

public Map<String,PerformanceReport> getPerformanceReportMap()

getPerformanceReport

public PerformanceReport getPerformanceReport(String performanceReportName)

Give the Performance report with the parameter for name in Bean

Parameters:
performanceReportName -
Returns:

getUriReport

public UriReport getUriReport(String uriReport)
Get a URI report within a Performance report file

Parameters:
uriReport - "Performance report file name";"URI name"
Returns:

getUrlName

public String getUrlName()

setPerformanceReportMap

public void setPerformanceReportMap(Map<String,PerformanceReport> performanceReportMap)

getPerformanceReportFileRelativePath

public static String getPerformanceReportFileRelativePath(String parserDisplayName,
                                                          String reportFileName)

getPerformanceReportDirRelativePath

public static String getPerformanceReportDirRelativePath()

isFailed

public boolean isFailed(String performanceReportName)

Verify if the PerformanceReport exist the performanceReportName must to be like it is in the build

Parameters:
performanceReportName -
Returns:
boolean

doRespondingTimeGraph

public void doRespondingTimeGraph(org.kohsuke.stapler.StaplerRequest request,
                                  org.kohsuke.stapler.StaplerResponse response)
                           throws IOException
Throws:
IOException


Copyright © July 2012-2012 BlazeMeterInc. All Rights Reserved.