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