Uses of Class
hudson.scm.SCM
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Listener interfaces for various events that occur inside the server.
Jenkins's interface with source code management systems.
-
Uses of SCM in hudson.model
-
Uses of SCM in hudson.model.listeners
Modifier and TypeMethodDescriptionvoid
SCMListener.onChangeLogParsed
(Run<?, ?> build, SCM scm, TaskListener listener, ChangeLogSet<?> changelog) Called once the changelog is determined.void
SCMListener.onCheckout
(Run<?, ?> build, SCM scm, FilePath workspace, TaskListener listener, File changelogFile, SCMRevisionState pollingBaseline) Should be called immediately aftercheckout(Run, Launcher, FilePath, TaskListener, File, SCMRevisionState)
is called. -
Uses of SCM in hudson.scm
Modifier and TypeMethodDescriptionstatic SCM
SCMS.parseSCM
(org.kohsuke.stapler.StaplerRequest req) Deprecated.static SCM
SCMS.parseSCM
(org.kohsuke.stapler.StaplerRequest2 req, AbstractProject target) ParsesSCM
configuration from the submitted form.static SCM
SCMS.parseSCM
(org.kohsuke.stapler.StaplerRequest req, AbstractProject target) Deprecated.Modifier and TypeMethodDescriptionstatic DescriptorExtensionList<SCM,
SCMDescriptor<?>> SCM.all()
Returns all the registeredSCMDescriptor
s. -
Uses of SCM in jenkins.model
Modifier and TypeMethodDescriptionGets the SCM descriptor by name. -
Uses of SCM in jenkins.triggers
Modifier and TypeMethodDescriptionCollection<? extends SCM>
SCMTriggerItem.getSCMs()
Obtains all active SCMs.static Collection<? extends SCM>
SCMTriggerItem.SCMTriggerItems.resolveMultiScmIfConfigured
(SCM scm) Modifier and TypeMethodDescriptionstatic Collection<? extends SCM>
SCMTriggerItem.SCMTriggerItems.resolveMultiScmIfConfigured
(SCM scm)
SCMS.parseSCM(StaplerRequest2, AbstractProject)
and pass in the caller's project type.