Uses of Enum Class
jenkins.scm.api.SCMEvent.Type
Packages that use SCMEvent.Type
-
Uses of SCMEvent.Type in jenkins.scm.api
Methods in jenkins.scm.api that return SCMEvent.TypeModifier and TypeMethodDescriptionSCMEvent.getType()Gets the type of event.static SCMEvent.TypeReturns 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.Constructors in jenkins.scm.api with parameters of type SCMEvent.TypeModifierConstructorDescriptionSCMEvent(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)