|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.whitesource.jenkins.WssUtils
public final class WssUtils
Utility methods used throughout the plugin.
| Method Summary | |
|---|---|
static boolean |
isFreeStyle(hudson.model.AbstractProject<?,?> project)
Important: do not remove since it is used in jelly config files to determine job type. |
static boolean |
isFreeStyleMaven(hudson.model.AbstractProject<?,?> project)
Important: do not remove since it is used in jelly config files to determine job type. |
static boolean |
isMaven(hudson.model.AbstractProject<?,?> project)
Important: do not remove since it is used in jelly config files to determine job type. |
static String |
selectedCheckPolicies(String value)
Important: do not remove since it is used in jelly config files to determine job type. |
static List<String> |
splitParameters(String paramList)
|
static Map<String,String> |
splitParametersMap(String paramList)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean isMaven(hudson.model.AbstractProject<?,?> project)
project -
public static boolean isFreeStyle(hudson.model.AbstractProject<?,?> project)
project -
public static boolean isFreeStyleMaven(hudson.model.AbstractProject<?,?> project)
project -
public static String selectedCheckPolicies(String value)
value -
public static List<String> splitParameters(String paramList)
public static Map<String,String> splitParametersMap(String paramList)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||