Class ReportResult

    • Constructor Detail

      • ReportResult

        public ReportResult​(Run<?,​?> owner,
                            Report report)
    • Method Detail

      • getOwner

        public Run<?,​?> getOwner()
      • setOwner

        public void setOwner​(Run<?,​?> owner)
        Sets the run for this result after Jenkins read its data from disk.
        Parameters:
        owner - the initialized run
      • getReport

        public Report getReport()
      • getErrorMessages

        public org.eclipse.collections.api.list.ImmutableList<String> getErrorMessages()
      • getInfoMessages

        public org.eclipse.collections.api.list.ImmutableList<String> getInfoMessages()