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,
int applicationState,
ApplicationDefinition applicationDefinition,
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 |
|---|---|
String |
getStringForOverriden()
Returns the description of a condition that has been overridden with a job outcome policy.
|
List<String> |
getVulnerabilityStatuses() |
void |
setApplicationId(String applicationId) |
String |
toString() |
@DataBoundConstructor public ThresholdCondition(Integer thresholdCount, String thresholdSeverity, String thresholdVulnType, int applicationState, ApplicationDefinition applicationDefinition, String applicationId, boolean autoRemediated, boolean confirmed, boolean suspicious, boolean notAProblem, boolean remediated, boolean reported, boolean fixed, boolean beingTracked, boolean untracked)
Copyright © 2016–2021. All rights reserved.