Enum Class UrlPattern

java.lang.Object
java.lang.Enum<UrlPattern>
com.atlassian.bamboo.servlet.UrlPattern
All Implemented Interfaces:
Serializable, Comparable<UrlPattern>, Constable

public enum UrlPattern extends Enum<UrlPattern>
  • Enum Constant Details

    • AJAX

      public static final UrlPattern AJAX
    • ALL_ACTIONS

      public static final UrlPattern ALL_ACTIONS
    • ALL_URLS

      public static final UrlPattern ALL_URLS
    • S

      public static final UrlPattern S
    • BROWSE_ALL

      public static final UrlPattern BROWSE_ALL
    • CSS

      public static final UrlPattern CSS
    • JS

      public static final UrlPattern JS
    • HTML

      public static final UrlPattern HTML
    • HTM

      public static final UrlPattern HTM
    • XML

      public static final UrlPattern XML
    • LOG

      public static final UrlPattern LOG
    • DOWNLOAD

      public static final UrlPattern DOWNLOAD
    • DEPLOYMENT_DOWNLOAD

      public static final UrlPattern DEPLOYMENT_DOWNLOAD
    • SPECS_LOGS

      public static final UrlPattern SPECS_LOGS
    • SPECS_EXPORT

      public static final UrlPattern SPECS_EXPORT
    • GLOBAL_ARTIFACT

      public static final UrlPattern GLOBAL_ARTIFACT
    • ARTIFACT

      public static final UrlPattern ARTIFACT
    • UPM

      public static final UrlPattern UPM
    • PLUGINS

      public static final UrlPattern PLUGINS
    • REST

      public static final UrlPattern REST
    • PLUGINS_SERVLET

      public static final UrlPattern PLUGINS_SERVLET
    • EMBEDDED_CROWD

      public static final UrlPattern EMBEDDED_CROWD
    • AGENT_SERVER_CLASSPATH

      public static final UrlPattern AGENT_SERVER_CLASSPATH
    • AGENT_SERVER

      public static final UrlPattern AGENT_SERVER
    • USER_LOGOUT

      public static final UrlPattern USER_LOGOUT
    • ARTIFACT_URL_REDIRECT_ACTION

      public static final UrlPattern ARTIFACT_URL_REDIRECT_ACTION
  • Method Details

    • values

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

      public static UrlPattern valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • toString

      public String toString()
      Overrides:
      toString in class Enum<UrlPattern>