public class SuccessCriteria extends hudson.model.AbstractDescribableImpl<SuccessCriteria>
| Modifier and Type | Class and Description |
|---|---|
static class |
SuccessCriteria.DescriptorImpl |
static class |
SuccessCriteria.ListOfMeasures |
| Constructor and Description |
|---|
SuccessCriteria(String userType,
String transactionName,
String measureType,
String measureName,
String valueType,
String operatorType,
String chosenValue) |
| Modifier and Type | Method and Description |
|---|---|
String |
getChosenValue() |
String |
getMeasureName() |
String |
getMeasureType() |
String |
getOperatorType() |
String |
getTransactionName() |
String |
getUserType() |
String |
getValueType() |
boolean |
isSelectedMeasure(XMLReader.Measure m,
hudson.model.BuildListener listener) |
String |
toString() |
String |
toStringLog() |
public String getUserType()
public String getTransactionName()
public String getMeasureType()
public String getMeasureName()
public String getValueType()
public String getOperatorType()
public String getChosenValue()
public boolean isSelectedMeasure(XMLReader.Measure m, hudson.model.BuildListener listener)
public String toStringLog()
Copyright © 2004-2016. All Rights Reserved.