| Package | Description |
|---|---|
| jenkins.scm.api |
| Modifier and Type | Method and Description |
|---|---|
abstract SCMFileSystem |
SCMFileSystem.Builder.build(hudson.scm.SCM scm,
SCMRevision rev)
Given a
SCM this should try to build a corresponding SCMFileSystem instance that
reflects the content at the specified SCMRevision. |
SCMFileSystem |
SCMFileSystem.Builder.build(SCMSource source,
SCMHead head,
SCMRevision rev)
Given a
SCMSource, a SCMHead and a SCMRevision this method should try to build a
corresponding SCMFileSystem instance that reflects the content of the specified SCMHead at
the specified SCMRevision. |
static SCMFileSystem |
SCMFileSystem.of(hudson.scm.SCM scm)
Given a
SCM this method will try to retrieve a corresponding SCMFileSystem instance. |
static SCMFileSystem |
SCMFileSystem.of(hudson.scm.SCM scm,
SCMRevision rev)
Given a
SCM this method will try to retrieve a corresponding SCMFileSystem instance that
reflects the content at the specified SCMRevision. |
static SCMFileSystem |
SCMFileSystem.of(SCMSource source,
SCMHead head)
Given a
SCMSource and a SCMHead this method will try to retrieve a corresponding
SCMFileSystem instance that reflects the content of the specified SCMHead. |
static SCMFileSystem |
SCMFileSystem.of(SCMSource source,
SCMHead head,
SCMRevision rev)
Given a
SCMSource, a SCMHead and a SCMRevision this method will try to retrieve a
corresponding SCMFileSystem instance that reflects the content of the specified SCMHead at the
specified SCMRevision. |
Copyright © 2004-2013. All Rights Reserved.