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