Enum Class RequestCheckpoints

java.lang.Object
java.lang.Enum<RequestCheckpoints>
com.atlassian.jira.servermetrics.RequestCheckpoints
All Implemented Interfaces:
Serializable, Comparable<RequestCheckpoints>, Constable

public enum RequestCheckpoints extends Enum<RequestCheckpoints>
Put your checkpoints here to ensure that those are checked against whitelist.
  • Enum Constant Details

    • beforeWorkActionPrepareDispatcher

      public static final RequestCheckpoints beforeWorkActionPrepareDispatcher
    • beforeWorkActionStarts

      public static final RequestCheckpoints beforeWorkActionStarts
    • afterWorkActionExecute

      public static final RequestCheckpoints afterWorkActionExecute
    • webworkViewDispatch

      public static final RequestCheckpoints webworkViewDispatch
    • preProcessingFilterChainFinished

      public static final RequestCheckpoints preProcessingFilterChainFinished
    • postProcessingFilterChainStarts

      public static final RequestCheckpoints postProcessingFilterChainStarts
    • beforePageBuilderFinish

      public static final RequestCheckpoints beforePageBuilderFinish
    • afterPageBuilderWriteHead

      public static final RequestCheckpoints afterPageBuilderWriteHead
    • afterPageBuilderPreBodyDecorator

      public static final RequestCheckpoints afterPageBuilderPreBodyDecorator
    • afterPageBuilderWriteBody

      public static final RequestCheckpoints afterPageBuilderWriteBody
    • pageBuilderFinish

      public static final RequestCheckpoints pageBuilderFinish
    • beforePageBuilderFlushHeadEarly

      public static final RequestCheckpoints beforePageBuilderFlushHeadEarly
    • pageBuilderFlushHeadEarly

      public static final RequestCheckpoints pageBuilderFlushHeadEarly
    • beforeSecurityFilter

      public static final RequestCheckpoints beforeSecurityFilter
    • jiraSecurityFilter

      public static final RequestCheckpoints jiraSecurityFilter
    • serverRenderEnd

      public static final RequestCheckpoints serverRenderEnd
  • Method Details

    • values

      public static RequestCheckpoints[] 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 RequestCheckpoints 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