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 theSCMfor 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 TypeMethodDescriptionvoidSCMListener.onChangeLogParsed(Run<?, ?> build, SCM scm, TaskListener listener, ChangeLogSet<?> changelog) Called once the changelog is determined.voidSCMListener.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 SCMSCMS.parseSCM(org.kohsuke.stapler.StaplerRequest req) Deprecated.static SCMSCMS.parseSCM(org.kohsuke.stapler.StaplerRequest2 req, AbstractProject target) ParsesSCMconfiguration from the submitted form.static SCMSCMS.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 registeredSCMDescriptors. -
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.