Class JenkinsFallbacks


  • public final class JenkinsFallbacks
    extends Object
    • Constructor Detail

      • JenkinsFallbacks

        public JenkinsFallbacks()
    • Method Detail

      • createSystemInfoFromErrors

        public static SystemInfo createSystemInfoFromErrors​(List<Error> errors)
      • getErrors

        public static List<Error> getErrors​(Exception output)
        Parse list of Error's from generic Exception.
        Parameters:
        output - Exception containing error data
        Returns:
        List of culled Error's
      • getErrors

        public static List<Error> getErrors​(Throwable output)
        Parse list of Error's from output.
        Parameters:
        output - Throwable containing error data
        Returns:
        List of culled Error's