java.lang.Object
java.lang.Enum<InvokedFrom>
io.jenkins.plugins.security.scan.global.enums.InvokedFrom
All Implemented Interfaces:
Serializable, Comparable<InvokedFrom>

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

    • INT_JENKINS_FREESTYLE

      public static final InvokedFrom INT_JENKINS_FREESTYLE
    • INT_JENKINS_PIPELINE

      public static final InvokedFrom INT_JENKINS_PIPELINE
    • INT_GITHUB_CLOUD

      public static final InvokedFrom INT_GITHUB_CLOUD
    • INT_GITHUB_EE

      public static final InvokedFrom INT_GITHUB_EE
    • INT_BITBUCKET_CLOUD

      public static final InvokedFrom INT_BITBUCKET_CLOUD
    • INT_BITBUCKET_EE

      public static final InvokedFrom INT_BITBUCKET_EE
    • INT_GITLAB_CLOUD

      public static final InvokedFrom INT_GITLAB_CLOUD
    • INT_GITLAB_EE

      public static final InvokedFrom INT_GITLAB_EE
  • Method Details

    • values

      public static InvokedFrom[] 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 InvokedFrom 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
    • getValue

      public String getValue()