Package org.jenkinsci.plugins.pubsub
Interface EventProps
-
public interface EventProps
Pre-defined event property name enumerations.Of course new event property names (not pre-defined here) can be created/used. The idea of types pre-defined here is to try help standardise on the event property names used.
If you find yourself needing a new event property names, consider creating a Pull Request on this repo, adding it as one of the pre-defined event property names.
*** SEE the docs on the nested types for more details ***
- Author:
- tom.fennelly@gmail.com
- See Also:
Events
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
EventProps.Item
Pre-definedEventProps.Item
event property names.static class
EventProps.Jenkins
Pre-defined Jenkins/core event property names.static class
EventProps.Job
Pre-defined Job channel event property names.
-