Package | Description |
---|---|
hudson.fsp | |
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
hudson.model.listeners |
Listener interfaces for various events that occur inside the server.
|
hudson.scm |
Hudson's interface with source code management systems.
|
jenkins.model | |
jenkins.triggers |
Modifier and Type | Class and Description |
---|---|
class |
WorkspaceSnapshotSCM
SCM that inherits the workspace from another build through WorkspaceSnapshot |
Modifier and Type | Method and Description |
---|---|
SCM |
AbstractProject.getScm() |
SCM |
SCMedItem.getScm()
Deprecated.
Gets the
SCM for this item. |
Modifier and Type | Method and Description |
---|---|
Collection<? extends SCM> |
Project.getSCMs() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractProject.setScm(SCM scm) |
Modifier and Type | Method and 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 after
SCM#checkout(Run, Launcher, FilePath, TaskListener, File) is called. |
Modifier and Type | Class and Description |
---|---|
class |
SCMDescriptor<T extends SCM>
Descriptor for SCM . |
Modifier and Type | Class and Description |
---|---|
class |
NullSCM
No
SCM . |
Modifier and Type | Method and Description |
---|---|
SCM |
NullSCM.DescriptorImpl.newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
static SCM |
SCMS.parseSCM(org.kohsuke.stapler.StaplerRequest req)
Deprecated.
as of 1.294
Use
SCMS.parseSCM(StaplerRequest, AbstractProject) and pass in the caller's project type. |
static SCM |
SCMS.parseSCM(org.kohsuke.stapler.StaplerRequest req,
AbstractProject target)
Parses
SCM configuration from the submitted form. |
Modifier and Type | Method and Description |
---|---|
static DescriptorExtensionList<SCM,SCMDescriptor<?>> |
SCM.all()
Returns all the registered
SCMDescriptor s. |
Modifier and Type | Method and Description |
---|---|
Descriptor<SCM> |
Jenkins.getScm(String shortClassName)
Gets the SCM descriptor by name.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends SCM> |
SCMTriggerItem.getSCMs()
Obtains all active SCMs.
|
static Collection<? extends SCM> |
SCMTriggerItem.SCMTriggerItems.resolveMultiScmIfConfigured(SCM scm) |
Modifier and Type | Method and Description |
---|---|
static Collection<? extends SCM> |
SCMTriggerItem.SCMTriggerItems.resolveMultiScmIfConfigured(SCM scm) |
Copyright © 2018. All rights reserved.