Uses of Class
hudson.scm.SCM
Packages that use 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
Methods in hudson.model that return SCMModifier and TypeMethodDescriptionAbstractProject.getScm()
SCMedItem.getScm()
Deprecated.Gets theSCM
for this item.Methods in hudson.model that return types with arguments of type SCMMethods in hudson.model with parameters of type SCM -
Uses of SCM in hudson.model.listeners
Methods in hudson.model.listeners with parameters of type SCMModifier 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
Classes in hudson.scm with type parameters of type SCMSubclasses of SCM in hudson.scmMethods in hudson.scm that return SCMModifier 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.Methods in hudson.scm that return types with arguments of type SCMModifier and TypeMethodDescriptionstatic DescriptorExtensionList<SCM,
SCMDescriptor<?>> SCM.all()
Returns all the registeredSCMDescriptor
s. -
Uses of SCM in jenkins.model
Methods in jenkins.model that return types with arguments of type SCMModifier and TypeMethodDescriptionGets the SCM descriptor by name. -
Uses of SCM in jenkins.triggers
Methods in jenkins.triggers that return types with arguments of type SCMModifier and TypeMethodDescriptionCollection<? extends SCM>
SCMTriggerItem.getSCMs()
Obtains all active SCMs.static Collection<? extends SCM>
SCMTriggerItem.SCMTriggerItems.resolveMultiScmIfConfigured
(SCM scm) Methods in jenkins.triggers with parameters of type SCMModifier and TypeMethodDescriptionstatic Collection<? extends SCM>
SCMTriggerItem.SCMTriggerItems.resolveMultiScmIfConfigured
(SCM scm)
SCMS.parseSCM(StaplerRequest2, AbstractProject)
and pass in the caller's project type.