public class ViolatedPolicy extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FAIL_BUILD_ENFORCEMENT |
static String |
NO_REMEDIATION_ACTIONS |
| Constructor and Description |
|---|
ViolatedPolicy(String name,
String description,
String severity,
String remediation,
List<String> violations) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
String |
getRemediation() |
String |
getSeverity() |
List<String> |
getViolations() |
public static final String FAIL_BUILD_ENFORCEMENT
public static final String NO_REMEDIATION_ACTIONS
Copyright © 2016–2020. All rights reserved.