Class AbstractSCMHeadEvent<P>
java.lang.Object
jenkins.scm.api.SCMEvent<P>
jenkins.scm.api.SCMHeadEvent<P>
com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud.AbstractSCMHeadEvent<P>
public abstract class AbstractSCMHeadEvent<P>
extends jenkins.scm.api.SCMHeadEvent<P>
-
Nested Class Summary
Nested classes/interfaces inherited from class jenkins.scm.api.SCMEvent
jenkins.scm.api.SCMEvent.Dispatcher<E extends jenkins.scm.api.SCMEvent<?>>, jenkins.scm.api.SCMEvent.EventQueueMetrics, jenkins.scm.api.SCMEvent.Type -
Field Summary
Fields inherited from class jenkins.scm.api.SCMEvent
ORIGIN_UNKNOWN -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract BitbucketRepositorybooleanbooleanisMatch(jenkins.scm.api.SCMNavigator navigator) protected booleanisServerURLMatch(String serverURL) Methods inherited from class jenkins.scm.api.SCMHeadEvent
descriptionFor, descriptionFor, descriptionFor, filter, fireLater, fireNow, getSourceName, heads, isMatchMethods inherited from class jenkins.scm.api.SCMEvent
asCauses, closeExecutorService, description, equals, executorService, getDate, getEventProcessingMetrics, getOrigin, getPayload, getTimestamp, getType, hashCode, originOf, originOf, toString
-
Method Details
-
getRepository
-
isServerURLMatch
-
isMatch
- Specified by:
isMatchin classjenkins.scm.api.SCMHeadEvent<P>