Uses of Enum Class
jenkins.scm.api.SCMEvent.Type
-
Uses of SCMEvent.Type in jenkins.scm.api
Modifier and TypeMethodDescriptionSCMEvent.getType()
Gets the type of event.static SCMEvent.Type
Returns the enum constant of this class with the specified name.static SCMEvent.Type[]
SCMEvent.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionSCMEvent
(SCMEvent.Type type, long timestamp, P payload) Deprecated.SCMEvent
(SCMEvent.Type type, long timestamp, P payload, String origin) Constructor to use when the timestamp is available from the external SCM.SCMEvent
(SCMEvent.Type type, P payload) Deprecated.SCMEvent
(SCMEvent.Type type, P payload, String origin) Constructor to use when the timestamp is not available from the external SCM.SCMHeadEvent
(SCMEvent.Type type, long timestamp, P payload) Deprecated.SCMHeadEvent
(SCMEvent.Type type, long timestamp, P payload, String origin) SCMHeadEvent
(SCMEvent.Type type, P payload) Deprecated.SCMHeadEvent
(SCMEvent.Type type, P payload, String origin) SCMNavigatorEvent
(SCMEvent.Type type, long timestamp, P payload) Deprecated.SCMNavigatorEvent
(SCMEvent.Type type, long timestamp, P payload, String origin) SCMNavigatorEvent
(SCMEvent.Type type, P payload) Deprecated.SCMNavigatorEvent
(SCMEvent.Type type, P payload, String origin) SCMSourceEvent
(SCMEvent.Type type, long timestamp, P payload) Deprecated.SCMSourceEvent
(SCMEvent.Type type, long timestamp, P payload, String origin) SCMSourceEvent
(SCMEvent.Type type, P payload) Deprecated.SCMSourceEvent
(SCMEvent.Type type, P payload, String origin)
SCMEvent(Type, long, Object, String)