Class Util


  • public class Util
    extends Object
    Author:
    Jason T. Greene
    • Constructor Detail

      • Util

        public Util()
    • Method Detail

      • safeClose

        public static void safeClose​(Closeable closeable)
      • getTime

        public static String getTime()
      • getTime

        public static String getTime​(Date date)
      • convertURLtoURI

        public static URI convertURLtoURI​(URL url)
      • maxSeverity

        public static org.jboss.jbossset.bugclerk.Severity maxSeverity​(List<ProcessorData> payloadData)
      • maxSeverity

        public static org.jboss.jbossset.bugclerk.Severity maxSeverity​(org.jboss.jbossset.bugclerk.Severity s1,
                                                                       org.jboss.jbossset.bugclerk.Severity s2)
      • convertSeverityToColor

        public static Color convertSeverityToColor​(org.jboss.jbossset.bugclerk.Severity s)
      • getStreams

        public static List<String> getStreams​(org.jboss.set.aphrodite.domain.Issue issue)
      • isAllAcks

        public static boolean isAllAcks​(org.jboss.set.aphrodite.domain.Issue issue)
        Check PM, DEV and QE ack for a given issue
        Parameters:
        issue - to be tested
        Returns:
        true if all 3 ack are positive, otherwise false.