Package org.jenkinsci.plugins.codedx
Class Util
- java.lang.Object
-
- org.jenkinsci.plugins.codedx.Util
-
public class Util extends Object
Contains string and GLOB pattern matching utility methods.- Author:
- anthonyd
-
-
Constructor Summary
Constructors Constructor Description Util()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FormValidationcheckCSVFileMatches(String value, FilePath workspace)static FormValidationcheckCSVGlobMatches(String value, FilePath workspace)static String[]commaSeparatedToArray(String str)static StringgetStackTrace(Throwable e)
-
-
-
Method Detail
-
checkCSVGlobMatches
public static FormValidation checkCSVGlobMatches(String value, FilePath workspace)
-
checkCSVFileMatches
public static FormValidation checkCSVFileMatches(String value, FilePath workspace)
-
-