Class BooleanUtils
- java.lang.Object
-
- com.atlassian.bamboo.agent.elastic.client.BooleanUtils
-
public final class BooleanUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
toInteger(boolean value)
static String
toString(boolean value, String onTrue, String onFalse)
-