public class Helper extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Helper.QualysLogFormatter |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<hudson.util.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 Logger |
getLogger(String loggerName) |
static void |
writeArtifactFile(File rootDir,
String filename,
PrintStream buildLogger,
com.google.gson.JsonObject evalresult) |
public static Comparator<hudson.util.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
ExceptionCopyright © 2016–2019. All rights reserved.