public class SuccessCriteria extends hudson.model.AbstractDescribableImpl<SuccessCriteria> implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
SuccessCriteria.DescriptorImpl |
Constructor and Description |
---|
SuccessCriteria(String userType,
int measureCategoryInt,
int measureTypeInt,
String measureName,
String valueType,
String operatorType,
String chosenValue) |
SuccessCriteria(String userType,
String measureCategory,
String measureType,
String measureName,
String valueType,
String operatorType,
String chosenValue) |
Modifier and Type | Method and Description |
---|---|
String |
getChosenValue() |
String |
getMeasureCategory() |
int |
getMeasureCategoryInt() |
String |
getMeasureName() |
String |
getMeasureType() |
int |
getMeasureTypeInt() |
String |
getOperatorType() |
String |
getUserType() |
String |
getValueType() |
boolean |
isSelectedMeasure(SPMeasure m) |
String |
toString() |
String |
toStringLog() |
@DataBoundConstructor public SuccessCriteria(String userType, String measureCategory, String measureType, String measureName, String valueType, String operatorType, String chosenValue)
public String getUserType()
public String getMeasureCategory()
public int getMeasureCategoryInt()
public String getMeasureType()
public int getMeasureTypeInt()
public String getMeasureName()
public String getValueType()
public String getOperatorType()
public String getChosenValue()
public boolean isSelectedMeasure(SPMeasure m)
public String toStringLog()
Copyright © 2016–2020. All rights reserved.