| Modifier and Type | Class and Description |
|---|---|
static class |
SingleSCMSource.DescriptorImpl
Our descriptor.
|
| Constructor and Description |
|---|
SingleSCMSource(String id,
String name,
hudson.scm.SCM scm)
Our constructor.
|
| Modifier and Type | Method and Description |
|---|---|
hudson.scm.SCM |
build(SCMHead head,
SCMRevision revision)
Builds a
SCM instance for the specified head and revision, no validation of the
head is performed, a revision for a different head or source will be treated as equivalent to a
null revision. |
protected void |
retrieve(SCMHeadObserver observer,
hudson.model.TaskListener listener)
Fetches the latest heads and corresponding revisions.
|
@NonNull
protected void retrieve(@NonNull
SCMHeadObserver observer,
@NonNull
hudson.model.TaskListener listener)
throws IOException
retrieve in class SCMSourceobserver - an optional observer of interim results.listener - the task listener.IOException@NonNull
public hudson.scm.SCM build(@NonNull
SCMHead head,
@CheckForNull
SCMRevision revision)
SCM instance for the specified head and revision, no validation of the
head is performed, a revision for a different head or source will be treated as equivalent to a
null revision.Copyright © 2004-2013. All Rights Reserved.