Uses of Class
org.jenkinsci.plugins.github.pullrequest.data.GitHubPREnv
-
Packages that use GitHubPREnv Package Description org.jenkinsci.plugins.github.pullrequest.data -
-
Uses of GitHubPREnv in org.jenkinsci.plugins.github.pullrequest.data
Methods in org.jenkinsci.plugins.github.pullrequest.data that return GitHubPREnv Modifier and Type Method Description static GitHubPREnv
GitHubPREnv. valueOf(String name)
Returns the enum constant of this type with the specified name.static GitHubPREnv[]
GitHubPREnv. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-