public class Helper extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Helper.QualysLogFormatter |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<ListBoxModel.Option> |
OptionItemmsComparator |
static Map<String,Map<String,String>> |
platformsList |
| Constructor and Description |
|---|
Helper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
createNewFile(File rootDir,
String filename,
String content,
PrintStream buildLogger) |
static String |
criticalityToSeverity(int criticalityInt) |
static Logger |
getLogger(String loggerName) |
static void |
writeArtifactFile(File rootDir,
String filename,
PrintStream buildLogger,
com.google.gson.JsonObject evalresult) |
public static Comparator<ListBoxModel.Option> OptionItemmsComparator
public static void createNewFile(File rootDir, String filename, String content, PrintStream buildLogger) throws Exception
Exceptionpublic static void writeArtifactFile(File rootDir, String filename, PrintStream buildLogger, com.google.gson.JsonObject evalresult) throws Exception
Exceptionpublic static String criticalityToSeverity(int criticalityInt)
Copyright © 2016–2021 Qualys Inc.. All rights reserved.