Constant Field Values

Contents

com.xebialabs.*

  • com.xebialabs.deployit.plugin.api.flow.Step
    Modifier and Type
    Constant Field
    Value
    public static final int
    50
  • com.xebialabs.deployit.plugin.api.validation.ApplicationDependenciesFormat
    Modifier and Type
    Constant Field
    Value
    public static final String
    "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 String
    "The property must contain %s."
  • com.xebialabs.deployit.plugin.api.validation.NotContain
    Modifier and Type
    Constant Field
    Value
    public static final String
    "The property must not contain %s."
  • com.xebialabs.deployit.plugin.api.validation.NotEmpty
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Value is required"
  • com.xebialabs.deployit.plugin.api.validation.Range
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Value \'%s\' is not in range [%s, %s]"
    public static final int
    2147483647
    public static final int
    -2147483648
  • com.xebialabs.deployit.plugin.api.validation.Regex
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Value \'%s\' did not conform to pattern %s"
  • com.xebialabs.deployit.plugin.api.validation.Size
    Modifier and Type
    Constant Field
    Value
    public static final String
    "The size must be between %s and %s"
    public static final int
    2147483647
    public static final int
    0