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