public interface ExecutionResults extends Serializable
Classifications, Hints, and information about how to find the reports
that were produced.| Modifier and Type | Method and Description |
|---|---|
List<Classification> |
getClassifications()
Contains all
Classifications produced by this run of Windup. |
List<Hint> |
getHints()
Contains all
Hints produced by this run of Windup. |
List<ReportLink> |
getReportLinks()
Contains information about all of the reports produced by Windup and how to find them.
|
String |
getWindupStopOnRequestMessage()
A message about Windup stopping on request before finishing, if that happened; null otherwise.
|
void |
serializeToXML(Path path)
Serialize the results to an XML file at the provided
Path. |
String getWindupStopOnRequestMessage()
List<Classification> getClassifications()
Classifications produced by this run of Windup.List<ReportLink> getReportLinks()
Copyright © 2020 JBoss by Red Hat. All rights reserved.