com.excilys.ebi.gatling.jenkins.model
Class Messages

java.lang.Object
  extended by com.excilys.ebi.gatling.jenkins.model.Messages

public class Messages
extends Object


Constructor Summary
Messages()
           
 
Method Summary
static org.jvnet.localizer.Localizable _EMPTY_FIELDS_WARNING()
          This field can't be empty !
static org.jvnet.localizer.Localizable _ERROR_RATE()
          Error rate (%)
static org.jvnet.localizer.Localizable _MAX_RESPONSE_TIME()
          Max response time (ms)
static org.jvnet.localizer.Localizable _MEAN_RESPONSE_TIME()
          Mean response time (ms)
static org.jvnet.localizer.Localizable _NEGATIVE_FIELDS_WARNING()
          This field can't be negative !
static org.jvnet.localizer.Localizable _PERCENTILES_95()
          95th percentile response time (ms)
static org.jvnet.localizer.Localizable _PERCENTILES_99()
          99th percentile response time (ms)
static org.jvnet.localizer.Localizable _STANDARD_DEVIATION()
          Standard deviation response time
static String EMPTY_FIELDS_WARNING()
          This field can't be empty !
static String ERROR_RATE()
          Error rate (%)
static String MAX_RESPONSE_TIME()
          Max response time (ms)
static String MEAN_RESPONSE_TIME()
          Mean response time (ms)
static String NEGATIVE_FIELDS_WARNING()
          This field can't be negative !
static String PERCENTILES_95()
          95th percentile response time (ms)
static String PERCENTILES_99()
          99th percentile response time (ms)
static String STANDARD_DEVIATION()
          Standard deviation response time
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Messages

public Messages()
Method Detail

ERROR_RATE

public static String ERROR_RATE()
Error rate (%)


_ERROR_RATE

public static org.jvnet.localizer.Localizable _ERROR_RATE()
Error rate (%)


PERCENTILES_95

public static String PERCENTILES_95()
95th percentile response time (ms)


_PERCENTILES_95

public static org.jvnet.localizer.Localizable _PERCENTILES_95()
95th percentile response time (ms)


EMPTY_FIELDS_WARNING

public static String EMPTY_FIELDS_WARNING()
This field can't be empty !


_EMPTY_FIELDS_WARNING

public static org.jvnet.localizer.Localizable _EMPTY_FIELDS_WARNING()
This field can't be empty !


PERCENTILES_99

public static String PERCENTILES_99()
99th percentile response time (ms)


_PERCENTILES_99

public static org.jvnet.localizer.Localizable _PERCENTILES_99()
99th percentile response time (ms)


NEGATIVE_FIELDS_WARNING

public static String NEGATIVE_FIELDS_WARNING()
This field can't be negative !


_NEGATIVE_FIELDS_WARNING

public static org.jvnet.localizer.Localizable _NEGATIVE_FIELDS_WARNING()
This field can't be negative !


MEAN_RESPONSE_TIME

public static String MEAN_RESPONSE_TIME()
Mean response time (ms)


_MEAN_RESPONSE_TIME

public static org.jvnet.localizer.Localizable _MEAN_RESPONSE_TIME()
Mean response time (ms)


MAX_RESPONSE_TIME

public static String MAX_RESPONSE_TIME()
Max response time (ms)


_MAX_RESPONSE_TIME

public static org.jvnet.localizer.Localizable _MAX_RESPONSE_TIME()
Max response time (ms)


STANDARD_DEVIATION

public static String STANDARD_DEVIATION()
Standard deviation response time


_STANDARD_DEVIATION

public static org.jvnet.localizer.Localizable _STANDARD_DEVIATION()
Standard deviation response time



Copyright © 2004-2012. All Rights Reserved.