public abstract class AbstractMetric extends hudson.model.AbstractDescribableImpl<AbstractMetric> implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
protected static long | 
serialVersionUID  | 
| Constructor and Description | 
|---|
AbstractMetric()  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract boolean | 
check(hudson.model.TaskListener taskListener,
     GatlingReport gatlingReport)  | 
abstract MetricType | 
getType()  | 
protected void | 
log(hudson.model.TaskListener taskListener,
   String s)  | 
protected void | 
logError(hudson.model.TaskListener taskListener,
        String s)  | 
protected static final long serialVersionUID
public abstract MetricType getType()
public abstract boolean check(@Nonnull hudson.model.TaskListener taskListener, @Nonnull GatlingReport gatlingReport)
protected void log(hudson.model.TaskListener taskListener,
                   String s)
protected void logError(hudson.model.TaskListener taskListener,
                        String s)
Copyright © 2016–2019. All rights reserved.