Uses of Class
jenkins.scm.api.SCMFile
Packages that use SCMFile
-
Uses of SCMFile in jenkins.scm.api
Methods in jenkins.scm.api that return SCMFileModifier and TypeMethodDescriptionConstructs a child/descendantSCMFile
instance path relative from this object.final SCMFile
Short forgetRoot().child(path)
.abstract SCMFile
SCMFileSystem.getRoot()
Returns theSCMFile
object that represents the root directory of the repository.SCMSourceCriteria.Probe.getRoot()
Returns theSCMFile
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
Constructs an immediate child with the supplied type hint.SCMFile.parent()
Retrieves the parentSCMFile
instance.Methods in jenkins.scm.api that return types with arguments of type SCMFileModifier and TypeMethodDescriptionSCMFile.children()
If this object represents a directory, lists up all the immediate children.Constructors in jenkins.scm.api with parameters of type SCMFile