hudson.plugins.performance
Class UriReport

java.lang.Object
  extended by hudson.plugins.performance.UriReport
All Implemented Interfaces:
hudson.model.ModelObject, java.lang.Comparable<UriReport>

public class UriReport
extends java.lang.Object
implements hudson.model.ModelObject, java.lang.Comparable<UriReport>


Field Summary
static java.lang.String END_PERFORMANCE_PARAMETER
           
 
Method Summary
 void addHttpSample(HttpSample httpSample)
           
 int compareTo(UriReport uriReport)
           
 int countErrors()
           
 java.lang.String encodeUriReport()
           
 double errorPercent()
           
 long getAverage()
           
 hudson.model.AbstractBuild<?,?> getBuild()
           
 java.lang.String getDisplayName()
           
 java.util.List<HttpSample> getHttpSampleList()
           
 long getMax()
           
 long getMin()
           
 PerformanceReport getPerformanceReport()
           
 java.lang.String getStaplerUri()
           
 java.lang.String getUri()
           
 boolean isFailed()
           
 void setUri(java.lang.String uri)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

END_PERFORMANCE_PARAMETER

public static java.lang.String END_PERFORMANCE_PARAMETER
Method Detail

addHttpSample

public void addHttpSample(HttpSample httpSample)

compareTo

public int compareTo(UriReport uriReport)
Specified by:
compareTo in interface java.lang.Comparable<UriReport>

countErrors

public int countErrors()

errorPercent

public double errorPercent()

getAverage

public long getAverage()

getBuild

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

getDisplayName

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

getHttpSampleList

public java.util.List<HttpSample> getHttpSampleList()

getPerformanceReport

public PerformanceReport getPerformanceReport()

getMax

public long getMax()

getMin

public long getMin()

getStaplerUri

public java.lang.String getStaplerUri()

getUri

public java.lang.String getUri()

isFailed

public boolean isFailed()

setUri

public void setUri(java.lang.String uri)

size

public int size()

encodeUriReport

public java.lang.String encodeUriReport()
                                 throws java.io.UnsupportedEncodingException
Throws:
java.io.UnsupportedEncodingException


Copyright © 2010. All Rights Reserved.