public static enum CmsLetsEncryptConfiguration.Trigger extends java.lang.Enum<CmsLetsEncryptConfiguration.Trigger>
Enum Constant and Description |
---|
siteConfig
Triggered when webserver config is updated.
|
webserverThread
Triggered when the webserver thread is run.
|
Modifier and Type | Method and Description |
---|---|
static CmsLetsEncryptConfiguration.Trigger |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsLetsEncryptConfiguration.Trigger[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmsLetsEncryptConfiguration.Trigger siteConfig
public static final CmsLetsEncryptConfiguration.Trigger webserverThread
public static CmsLetsEncryptConfiguration.Trigger[] values()
for (CmsLetsEncryptConfiguration.Trigger c : CmsLetsEncryptConfiguration.Trigger.values()) System.out.println(c);
public static CmsLetsEncryptConfiguration.Trigger valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null