Enum MoPluginUrls.Urls

java.lang.Object
java.lang.Enum<MoPluginUrls.Urls>
io.jenkins.plugins.twofactor.constants.MoPluginUrls.Urls
All Implemented Interfaces:
Serializable, Comparable<MoPluginUrls.Urls>
Enclosing class:
MoPluginUrls

public static enum MoPluginUrls.Urls extends Enum<MoPluginUrls.Urls>
  • Enum Constant Details

    • MO_USER_CONFIG

      public static final MoPluginUrls.Urls MO_USER_CONFIG
    • MO_USER_AUTH

      public static final MoPluginUrls.Urls MO_USER_AUTH
    • MO_SECURITY_QUESTION_CONFIG

      public static final MoPluginUrls.Urls MO_SECURITY_QUESTION_CONFIG
    • MO_SECURITY_QUESTION_AUTH

      public static final MoPluginUrls.Urls MO_SECURITY_QUESTION_AUTH
    • MO_OTP_OVER_EMAIL_CONFIG

      public static final MoPluginUrls.Urls MO_OTP_OVER_EMAIL_CONFIG
    • MO_OTP_OVER_EMAIL_AUTH

      public static final MoPluginUrls.Urls MO_OTP_OVER_EMAIL_AUTH
    • MO_TFA_GLOBAL_CONFIG

      public static final MoPluginUrls.Urls MO_TFA_GLOBAL_CONFIG
    • MO_TFA_GLOBAL_ADVANCED_SETTINGS

      public static final MoPluginUrls.Urls MO_TFA_GLOBAL_ADVANCED_SETTINGS
  • Method Details

    • values

      public static MoPluginUrls.Urls[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static MoPluginUrls.Urls valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getUrl

      public String getUrl()