Constant Field Values

Contents

io.wcm.*

  • io.wcm.devops.conga.generator.plugins.export.NoneNodeModelExport
    Modifier and Type
    Constant Field
    Value
    public static final String
    "none"
  • io.wcm.devops.conga.generator.plugins.export.YamlNodeModelExport
    Modifier and Type
    Constant Field
    Value
    public static final String
    "yaml"
  • io.wcm.devops.conga.generator.plugins.fileheader.ConfFileHeader
    Modifier and Type
    Constant Field
    Value
    public static final String
    "conf"
  • io.wcm.devops.conga.generator.plugins.fileheader.JsonFileHeader
    Modifier and Type
    Constant Field
    Value
    public static final String
    "json"
  • io.wcm.devops.conga.generator.plugins.fileheader.NoneFileHeader
    Modifier and Type
    Constant Field
    Value
    public static final String
    "none"
  • io.wcm.devops.conga.generator.plugins.fileheader.UnixShellScriptFileHeader
    Modifier and Type
    Constant Field
    Value
    public static final String
    "unixShellScript"
  • io.wcm.devops.conga.generator.plugins.fileheader.WindowsShellScriptFileHeader
    Modifier and Type
    Constant Field
    Value
    public static final String
    "windowsShellScript"
  • io.wcm.devops.conga.generator.plugins.fileheader.XmlFileHeader
    Modifier and Type
    Constant Field
    Value
    public static final String
    "xml"
  • io.wcm.devops.conga.generator.plugins.handlebars.escaping.JsonEscapingStrategy
    Modifier and Type
    Constant Field
    Value
    public static final String
    "json"
  • io.wcm.devops.conga.generator.plugins.handlebars.escaping.NoneEscapingStrategy
    Modifier and Type
    Constant Field
    Value
    public static final String
    "none"
  • io.wcm.devops.conga.generator.plugins.handlebars.escaping.XmlEscapingStrategy
    Modifier and Type
    Constant Field
    Value
    public static final String
    "xml"
  • io.wcm.devops.conga.generator.plugins.handlebars.helper.ContainsHelper
    Modifier and Type
    Constant Field
    Value
    public static final String
    "contains"
  • io.wcm.devops.conga.generator.plugins.handlebars.helper.DisallowPropertyHelper
    Modifier and Type
    Constant Field
    Value
    public static final String
    "disallowProperty"
  • io.wcm.devops.conga.generator.plugins.handlebars.helper.EachIfEqualsHelper
    Modifier and Type
    Constant Field
    Value
    public static final String
    "eachIfEquals"
  • io.wcm.devops.conga.generator.plugins.handlebars.helper.EachIfHelper
    Modifier and Type
    Constant Field
    Value
    public static final String
    "eachIf"
  • io.wcm.devops.conga.generator.plugins.handlebars.helper.EnsurePropertiesHelper
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ensureProperties"
  • io.wcm.devops.conga.generator.plugins.handlebars.helper.IfEqualsHelper
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ifEquals"
  • io.wcm.devops.conga.generator.plugins.handlebars.helper.IfNotEqualsHelper
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ifNotEquals"
  • io.wcm.devops.conga.generator.plugins.handlebars.helper.RegexQuoteHelper
    Modifier and Type
    Constant Field
    Value
    public static final String
    "regexQuote"
  • io.wcm.devops.conga.generator.plugins.multiply.NoneMultiply
    Modifier and Type
    Constant Field
    Value
    public static final String
    "none"
  • io.wcm.devops.conga.generator.plugins.multiply.TenantMultiply
    Modifier and Type
    Constant Field
    Value
    public static final String
    "tenant"
  • io.wcm.devops.conga.generator.plugins.validator.JsonValidator
    Modifier and Type
    Constant Field
    Value
    public static final String
    "json"
  • io.wcm.devops.conga.generator.plugins.validator.NoneValidator
    Modifier and Type
    Constant Field
    Value
    public static final String
    "none"
  • io.wcm.devops.conga.generator.plugins.validator.XmlValidator
    Modifier and Type
    Constant Field
    Value
    public static final String
    "xml"