Constant Field Values

Contents

com.xebialabs.*

  • com.xebialabs.deployit.plugin.api.flow.Step 
    Modifier and Type Constant Field Value
    public static final int DEFAULT_ORDER 50
  • com.xebialabs.deployit.plugin.api.validation.ApplicationDependenciesFormat 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEFAULT_MESSAGE_WRONG_APPLICATION "Application names should be used instead of paths: \'%s\'."
  • com.xebialabs.deployit.plugin.api.validation.Contain 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEFAULT_MESSAGE "The property must contain %s."
  • com.xebialabs.deployit.plugin.api.validation.NotContain 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEFAULT_MESSAGE "The property must not contain %s."
  • com.xebialabs.deployit.plugin.api.validation.NotEmpty 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEFAULT_MESSAGE "Value is required"
  • com.xebialabs.deployit.plugin.api.validation.Range 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEFAULT_MESSAGE "Value \'%s\' is not in range [%s, %s]"
    public static final int MAX_VALUE 2147483647
    public static final int MIN_VALUE -2147483648
  • com.xebialabs.deployit.plugin.api.validation.Regex 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEFAULT_MESSAGE "Value \'%s\' did not conform to pattern %s"
  • com.xebialabs.deployit.plugin.api.validation.Size 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEFAULT_MESSAGE "The size must be between %s and %s"
    public static final int MAX_VALUE 2147483647
    public static final int MIN_VALUE 0