Interface ExecutionResults

    • Method Detail

      • getWindupStopOnRequestMessage

        String getWindupStopOnRequestMessage()
        A message about Windup stopping on request before finishing, if that happened; null otherwise.
      • getHints

        List<Hint> getHints()
        Contains all Hints produced by this run of Windup.
      • getReportLinks

        List<ReportLink> getReportLinks()
        Contains information about all of the reports produced by Windup and how to find them.
      • serializeToXML

        void serializeToXML​(Path path)
        Serialize the results to an XML file at the provided Path.