| Package | Description |
|---|---|
| jenkins.scm.api |
| Modifier and Type | Method and Description |
|---|---|
SCMFile |
SCMFileSystem.get(String path)
Short for
getRoot().get(path) |
abstract SCMFile |
SCMFile.get(String path)
Gets a child/descendant path relative from this object.
|
SCMFile |
SCMSourceCriteria.Probe.getRoot()
Returns the
SCMFile of the root of this head candidate if such deep introspection can be
cheaply provided by the version control system in question. |
abstract SCMFile |
SCMFileSystem.getRoot()
Returns the
SCMFile object that represents the root directory of the repository. |
| Modifier and Type | Method and Description |
|---|---|
abstract Iterable<SCMFile> |
SCMFile.children()
If this object represents a directory, lists up all the immediate children.
|
Copyright © 2004-2013. All Rights Reserved.