public class CodeSceneBuildActionEntry extends Object
| Constructor and Description |
|---|
CodeSceneBuildActionEntry(String title,
boolean showCommits,
List<Commit> commits,
RiskClassification risk,
List<Warning> warnings,
URL viewUrl,
int riskThreshold,
RiskDescription description,
QualityGates qualityGatesState) |
| Modifier and Type | Method and Description |
|---|---|
QualityGates |
gates() |
boolean |
getCodeHealthDeclined() |
List<Commit> |
getCommits() |
RiskDescription |
getDescription() |
boolean |
getGoalHasFailed() |
boolean |
getHasWarnings() |
boolean |
getHitsRiskThreshold() |
boolean |
getQualityGatesEnabled() |
RiskClassification |
getRisk() |
int |
getRiskThreshold() |
boolean |
getShowCommits() |
String |
getTitle() |
URL |
getViewUrl() |
List<Warning> |
getWarnings() |
public CodeSceneBuildActionEntry(String title, boolean showCommits, List<Commit> commits, RiskClassification risk, List<Warning> warnings, URL viewUrl, int riskThreshold, RiskDescription description, QualityGates qualityGatesState)
public String getTitle()
public boolean getShowCommits()
public RiskClassification getRisk()
public RiskDescription getDescription()
public boolean getHasWarnings()
public URL getViewUrl()
public int getRiskThreshold()
public boolean getHitsRiskThreshold()
public QualityGates gates()
public boolean getGoalHasFailed()
public boolean getCodeHealthDeclined()
public boolean getQualityGatesEnabled()
Copyright © 2016–2019. All rights reserved.