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