Constant Field Values

Contents

io.wcm.*

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