Class UriReport.Sample
java.lang.Object
hudson.plugins.performance.reports.UriReport.Sample
- All Implemented Interfaces:
Serializable
,Comparable<UriReport.Sample>
- Enclosing class:
- UriReport
public static class UriReport.Sample
extends Object
implements Serializable, Comparable<UriReport.Sample>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(UriReport.Sample other) Compare first based on duration, next on date.static UriReport.Sample
convertFromHttpSample
(HttpSample httpSample) boolean
getDate()
long
int
hashCode()
boolean
isFailed()
boolean
boolean
-
Field Details
-
date
-
duration
protected final long duration -
httpCode
-
isSuccessful
protected final boolean isSuccessful -
isSummarizer
protected final boolean isSummarizer
-
-
Constructor Details
-
Sample
-
-
Method Details
-
convertFromHttpSample
-
getHttpCode
-
getDate
-
getDuration
public long getDuration() -
isSuccessful
public boolean isSuccessful() -
isFailed
public boolean isFailed() -
isSummarizer
public boolean isSummarizer() -
compareTo
Compare first based on duration, next on date.- Specified by:
compareTo
in interfaceComparable<UriReport.Sample>
-
equals
-
hashCode
public int hashCode()
-