Class StringUtils
- java.lang.Object
-
- io.jenkins.plugins.kobiton.shared.utils.StringUtils
-
public final class StringUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isNullOrEmpty(String str)
Check if a string is null or empty
-
-
-
Method Detail
-
isNullOrEmpty
public static boolean isNullOrEmpty(String str)
Check if a string is null or empty- Parameters:
str
- string to check- Returns:
- true if string is null or empty
-
-