public class TransactionThreshold extends hudson.model.AbstractDescribableImpl<TransactionThreshold>
Modifier and Type | Class and Description |
---|---|
static class |
TransactionThreshold.DescriptorImpl |
Constructor and Description |
---|
TransactionThreshold(String transactionname,
String thresholdname,
String thresholdvalue,
String thresholdid)
filled by the jenkins plugin, when the user enters data in the UI
|
Modifier and Type | Method and Description |
---|---|
String |
getThresholdname() |
String |
getThresholdvalue() |
String |
getTransactionname()
Getters are needed for Jenkins implementation
|
String |
toScommandString() |
@DataBoundConstructor public TransactionThreshold(String transactionname, String thresholdname, String thresholdvalue, String thresholdid)
transactionname
- - name of transactionthresholdname
- - threshold name, picked from a list boxthresholdvalue
- - the threshold valuethresholdid
- - a place holder for the threshold name, when it is needed to be loaded by the UICopyright © 2004-2016. All Rights Reserved.