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/descendantSCMFileinstance path relative from this object.final SCMFileShort forgetRoot().child(path).abstract SCMFileSCMFileSystem.getRoot()Returns theSCMFileobject that represents the root directory of the repository.SCMSourceCriteria.Probe.getRoot()Returns theSCMFileof the root of this head candidate if such deep introspection can be cheaply provided by the version control system in question.protected abstract SCMFileConstructs an immediate child with the supplied type hint.SCMFile.parent()Retrieves the parentSCMFileinstance.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