Package | Description |
---|---|
jenkins.scm.api |
The public API contract of the SCM API plugin.
|
Modifier and Type | Method and Description |
---|---|
SCMFile |
SCMFile.child(String path)
Constructs a child/descendant
SCMFile instance path relative from this object. |
SCMFile |
SCMFileSystem.child(String path)
Short for
getRoot().child(path) . |
abstract SCMFile |
SCMFileSystem.getRoot()
Returns the
SCMFile object that represents the root directory of the repository. |
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. |
protected abstract SCMFile |
SCMFile.newChild(String name,
boolean assumeIsDirectory)
Constructs an immediate child with the supplied type hint.
|
SCMFile |
SCMFile.parent()
Retrieves the parent
SCMFile instance. |
Modifier and Type | Method and Description |
---|---|
abstract Iterable<SCMFile> |
SCMFile.children()
If this object represents a directory, lists up all the immediate children.
|
Constructor and Description |
---|
SCMFile(SCMFile parent,
String name)
Constructor for any entry that is not the root.
|
Copyright © 2016–2022. All rights reserved.