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) |
| Modifier and Type | Method and Description |
|---|---|
List<Commit> |
getCommits() |
boolean |
getHasWarnings() |
boolean |
getHitsRiskThreshold() |
RiskClassification |
getRisk() |
int |
getRiskThreshold() |
boolean |
getShowCommits() |
String |
getTitle() |
URL |
getViewUrl() |
List<Warning> |
getWarnings() |
public String getTitle()
public boolean getShowCommits()
public RiskClassification getRisk()
public boolean getHasWarnings()
public URL getViewUrl()
public int getRiskThreshold()
public boolean getHitsRiskThreshold()
Copyright © 2016–2018. All rights reserved.