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