public class Util extends Object
| Constructor and Description |
|---|
Util() |
| Modifier and Type | Method and Description |
|---|---|
static Color |
convertSeverityToColor(org.jboss.jbossset.bugclerk.Severity s) |
static URI |
convertURLtoURI(URL url) |
static String |
extract(String value) |
static List<ProcessorData> |
filterByMissedFlags(List<ProcessorData> payloadData,
List<String> missedFlags) |
static List<ProcessorData> |
filterBySelectedStatus(List<ProcessorData> payloadData,
List<String> selectedStatus) |
static String |
get(Properties props,
String name) |
static String |
get(Properties props,
String name,
String defaultValue) |
static List<String> |
getStreams(org.jboss.set.aphrodite.domain.Issue issue) |
static String |
getTime() |
static String |
getTime(Date date) |
static boolean |
isAllAcks(org.jboss.set.aphrodite.domain.Issue issue)
Check PM, DEV and QE ack for a given issue
|
static Properties |
loadProperties(String configurationFileProperty,
String configurationFileDefault) |
static Map<String,String> |
map(String... args) |
static org.jboss.jbossset.bugclerk.Severity |
maxSeverity(List<ProcessorData> payloadData) |
static org.jboss.jbossset.bugclerk.Severity |
maxSeverity(org.jboss.jbossset.bugclerk.Severity s1,
org.jboss.jbossset.bugclerk.Severity s2) |
static String |
require(Properties props,
String name) |
static void |
safeClose(Closeable closeable) |
public static void safeClose(Closeable closeable)
public static Properties loadProperties(String configurationFileProperty, String configurationFileDefault) throws IOException
IOExceptionpublic static String require(Properties props, String name)
public static String get(Properties props, String name)
public static String get(Properties props, String name, String defaultValue)
public static String getTime()
public static org.jboss.jbossset.bugclerk.Severity maxSeverity(List<ProcessorData> payloadData)
public static org.jboss.jbossset.bugclerk.Severity maxSeverity(org.jboss.jbossset.bugclerk.Severity s1,
org.jboss.jbossset.bugclerk.Severity s2)
public static Color convertSeverityToColor(org.jboss.jbossset.bugclerk.Severity s)
public static List<ProcessorData> filterBySelectedStatus(List<ProcessorData> payloadData, List<String> selectedStatus)
public static List<ProcessorData> filterByMissedFlags(List<ProcessorData> payloadData, List<String> missedFlags)
public static boolean isAllAcks(org.jboss.set.aphrodite.domain.Issue issue)
The - issue to be testedCopyright © 2017 JBoss by Red Hat. All rights reserved.