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 |
getPreparedApplicationId()
Background: Some configurations can make the Application ID to be stored as 'AppName (AppId)'
This is a getter that only returns the actual application id.
|
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)
@DataBoundSetter public void setApplicationId(String applicationId)
public String getStringForOverriden()
public String getPreparedApplicationId()
Copyright © 2016–2022. All rights reserved.