| Package | Description |
|---|---|
| org.jenkinsci.plugins.veracodescanner.model.buildinfo |
| Modifier and Type | Field and Description |
|---|---|
protected PolicyComplianceType |
BuildType.policyComplianceStatus |
protected PolicyComplianceType |
BuildType.rulesStatus |
| Modifier and Type | Method and Description |
|---|---|
static PolicyComplianceType |
PolicyComplianceType.fromValue(String v) |
PolicyComplianceType |
BuildType.getPolicyComplianceStatus()
Gets the value of the policyComplianceStatus property.
|
PolicyComplianceType |
BuildType.getRulesStatus()
Gets the value of the rulesStatus property.
|
static PolicyComplianceType |
PolicyComplianceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PolicyComplianceType[] |
PolicyComplianceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BuildType.setPolicyComplianceStatus(PolicyComplianceType value)
Sets the value of the policyComplianceStatus property.
|
void |
BuildType.setRulesStatus(PolicyComplianceType value)
Sets the value of the rulesStatus property.
|
Copyright © 2004-2015. All Rights Reserved.