public class Report extends Object
| Constructor and Description |
|---|
Report(StaticCodeAnalysisTool tool) |
| Modifier and Type | Method and Description |
|---|---|
List<Issue> |
getIssues() |
StaticCodeAnalysisTool |
getTool() |
void |
setIssues(List<Issue> issues) |
void |
setTool(StaticCodeAnalysisTool tool) |
public Report(StaticCodeAnalysisTool tool)
public StaticCodeAnalysisTool getTool()
public void setTool(StaticCodeAnalysisTool tool)
Copyright © 2020. All rights reserved.