public class QualityGates extends Object
| Constructor and Description |
|---|
QualityGates(javax.json.JsonObject deltaResult,
Configuration userConfig) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
codeHealthDeclined() |
String |
codeOwners() |
boolean |
enabled() |
boolean |
goalHasFailed() |
boolean |
hasCodeOwners() |
static QualityGates |
none() |
public QualityGates(javax.json.JsonObject deltaResult,
Configuration userConfig)
public static QualityGates none()
public boolean goalHasFailed()
public boolean codeHealthDeclined()
public boolean enabled()
public String codeOwners()
public boolean hasCodeOwners()
Copyright © 2016–2025. All rights reserved.