Constant Field Values


Contents
com.xebialabs.*

com.xebialabs.deployit.plugin.was.container.DelegatedInspectionHelper
public static final java.lang.String DISCOVER_SCRIPT_PROPERTY_NAME "discoverScript"

com.xebialabs.deployit.plugin.was.contributor.StopStartContainer
public static final java.lang.String CONTAINER_RESTART_STRATEGY "containerRestartStrategy"

com.xebialabs.deployit.plugin.was.validator.LongRange
public static final java.lang.String FORMAT_ERROR_MESSAGE "Value %s is not a valid number"
public static final java.lang.String MAX_VALUE "9223372036854775807"
public static final java.lang.String MIN_VALUE "-9223372036854775808"
public static final java.lang.String MINMAX_ERROR_MESSAGE "Invalid minimum or maximum value minimum is %s, maximum is %s"
public static final java.lang.String RANGE_ERROR_MESSAGE "Value %s is not in range [%s, %s]"

com.xebialabs.deployit.plugin.was.validator.SingletonCollection
public static final java.lang.String DEFAULT_MESSAGE "The collection property can not contain more than 1 item, found: %s"