| Package | Description |
|---|---|
| jenkins.scm.api |
The public API contract of the SCM API plugin.
|
| Modifier and Type | Method and Description |
|---|---|
abstract SCMFileSystem |
SCMFileSystem.Builder.build(Item owner,
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(Item owner,
SCM scm)
Given a
SCM this method will try to retrieve a corresponding SCMFileSystem instance. |
static SCMFileSystem |
SCMFileSystem.of(Item owner,
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 © 2016–2019. All rights reserved.