public class P4BranchSCMHeadEvent
extends jenkins.scm.api.SCMHeadEvent<net.sf.json.JSONObject>
Constructor and Description |
---|
P4BranchSCMHeadEvent(jenkins.scm.api.SCMEvent.Type type,
net.sf.json.JSONObject payload,
String origin) |
Modifier and Type | Method and Description |
---|---|
String |
getSourceName() |
Map<jenkins.scm.api.SCMHead,jenkins.scm.api.SCMRevision> |
heads(jenkins.scm.api.SCMSource scmSource) |
boolean |
isMatch(hudson.scm.SCM scm) |
boolean |
isMatch(jenkins.scm.api.SCMNavigator scmNavigator) |
descriptionFor, descriptionFor, descriptionFor, filter, fireLater, fireNow, isMatch
public P4BranchSCMHeadEvent(@NonNull jenkins.scm.api.SCMEvent.Type type, net.sf.json.JSONObject payload, String origin)
@NonNull public String getSourceName()
getSourceName
in class jenkins.scm.api.SCMHeadEvent<net.sf.json.JSONObject>
@NonNull public Map<jenkins.scm.api.SCMHead,jenkins.scm.api.SCMRevision> heads(@NonNull jenkins.scm.api.SCMSource scmSource)
heads
in class jenkins.scm.api.SCMHeadEvent<net.sf.json.JSONObject>
public boolean isMatch(@NonNull hudson.scm.SCM scm)
isMatch
in class jenkins.scm.api.SCMHeadEvent<net.sf.json.JSONObject>
public boolean isMatch(@NonNull jenkins.scm.api.SCMNavigator scmNavigator)
isMatch
in class jenkins.scm.api.SCMHeadEvent<net.sf.json.JSONObject>
Copyright © 2016–2019. All rights reserved.