Uses of Class
hudson.scm.SCM
-
Packages that use SCM Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.model.listeners Listener interfaces for various events that occur inside the server.hudson.scm Jenkins's interface with source code management systems.jenkins.model jenkins.triggers -
-
Uses of SCM in hudson.model
Methods in hudson.model that return SCM Modifier and Type Method Description SCM
AbstractProject. getScm()
SCM
SCMedItem. getScm()
Deprecated.Gets theSCM
for this item.Methods in hudson.model that return types with arguments of type SCM Modifier and Type Method Description Collection<? extends SCM>
Project. getSCMs()
Methods in hudson.model with parameters of type SCM Modifier and Type Method Description void
AbstractProject. setScm(SCM scm)
-
Uses of SCM in hudson.model.listeners
Methods in hudson.model.listeners with parameters of type SCM Modifier and Type Method Description void
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 SCM Modifier and Type Class Description class
SCMDescriptor<T extends SCM>
Descriptor
forSCM
.Subclasses of SCM in hudson.scm Modifier and Type Class Description class
NullSCM
NoSCM
.Methods in hudson.scm that return SCM Modifier and Type Method Description static SCM
SCMS. parseSCM(org.kohsuke.stapler.StaplerRequest req)
Deprecated.as of 1.294 UseSCMS.parseSCM(StaplerRequest, AbstractProject)
and pass in the caller's project type.static SCM
SCMS. parseSCM(org.kohsuke.stapler.StaplerRequest req, AbstractProject target)
ParsesSCM
configuration from the submitted form.Methods in hudson.scm that return types with arguments of type SCM Modifier and Type Method Description static 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 SCM Modifier and Type Method Description Descriptor<SCM>
Jenkins. getScm(String shortClassName)
Gets the SCM descriptor by name. -
Uses of SCM in jenkins.triggers
Methods in jenkins.triggers that return types with arguments of type SCM Modifier and Type Method Description Collection<? 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 SCM Modifier and Type Method Description static Collection<? extends SCM>
SCMTriggerItem.SCMTriggerItems. resolveMultiScmIfConfigured(SCM scm)
-