public class ThresholdCondition extends hudson.model.AbstractDescribableImpl<ThresholdCondition>
| Modifier and Type | Class and Description |
|---|---|
static class |
ThresholdCondition.DescriptorImpl
Descriptor for
ThresholdCondition. |
| Constructor and Description |
|---|
ThresholdCondition(Integer thresholdCount,
String thresholdSeverity,
String thresholdVulnType,
String applicationId,
boolean autoRemediated,
boolean confirmed,
boolean suspicious,
boolean notAProblem,
boolean remediated,
boolean reported,
boolean fixed,
boolean beingTracked,
boolean untracked) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getVulnerabilityStatuses() |
void |
setApplicationId(String applicationId) |
String |
toString() |
@DataBoundConstructor public ThresholdCondition(Integer thresholdCount, String thresholdSeverity, String thresholdVulnType, String applicationId, boolean autoRemediated, boolean confirmed, boolean suspicious, boolean notAProblem, boolean remediated, boolean reported, boolean fixed, boolean beingTracked, boolean untracked)
Copyright © 2016–2018. All rights reserved.