Class P4BranchSCMHeadEvent
java.lang.Object
jenkins.scm.api.SCMEvent<P>
jenkins.scm.api.SCMHeadEvent<net.sf.json.JSONObject>
org.jenkinsci.plugins.p4.scm.events.P4BranchSCMHeadEvent
public class P4BranchSCMHeadEvent
extends jenkins.scm.api.SCMHeadEvent<net.sf.json.JSONObject>
-
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 -
Constructor Summary
ConstructorsConstructorDescriptionP4BranchSCMHeadEvent(jenkins.scm.api.SCMEvent.Type type, net.sf.json.JSONObject payload, String origin) -
Method Summary
Methods inherited from class jenkins.scm.api.SCMHeadEvent
descriptionFor, descriptionFor, descriptionFor, filter, fireLater, fireNow, isMatchMethods inherited from class jenkins.scm.api.SCMEvent
asCauses, closeExecutorService, description, equals, executorService, getDate, getEventProcessingMetrics, getOrigin, getPayload, getTimestamp, getType, hashCode, originOf, originOf, toString
-
Constructor Details
-
P4BranchSCMHeadEvent
public P4BranchSCMHeadEvent(@NonNull jenkins.scm.api.SCMEvent.Type type, net.sf.json.JSONObject payload, String origin)
-
-
Method Details
-
getSourceName
- Specified by:
getSourceNamein classjenkins.scm.api.SCMHeadEvent<net.sf.json.JSONObject>
-
heads
@NonNull public Map<jenkins.scm.api.SCMHead,jenkins.scm.api.SCMRevision> heads(@NonNull jenkins.scm.api.SCMSource scmSource) - Specified by:
headsin classjenkins.scm.api.SCMHeadEvent<net.sf.json.JSONObject>
-
isMatch
- Specified by:
isMatchin classjenkins.scm.api.SCMHeadEvent<net.sf.json.JSONObject>
-