Uses of Class
jenkins.util.VirtualFile
-
Uses of VirtualFile in hudson
Modifier and TypeMethodDescriptionFilePath.toVirtualFile()
Gets theVirtualFile
representation of thisFilePath
-
Uses of VirtualFile in hudson.model
ModifierConstructorDescriptionDirectoryBrowserSupport
(ModelObject owner, VirtualFile base, String title, String icon, boolean serveDirIndex) -
Uses of VirtualFile in jenkins.model
Modifier and TypeMethodDescriptionabstract VirtualFile
ArtifactManager.root()
Returns a representation of the root directory of archived artifacts.StandardArtifactManager.root()
-
Uses of VirtualFile in jenkins.util
Modifier and TypeMethodDescriptionabstract VirtualFile
Obtains a child file.static VirtualFile
Creates a virtual file wrapper for a local file.static VirtualFile
VirtualFile.forFilePath
(FilePath f) Creates a virtual file wrapper for a remotable file.abstract VirtualFile
VirtualFile.getParent()
Gets the parent file.abstract VirtualFile[]
VirtualFile.list()
Lists children of this directory.VirtualFile.list
(OpenOption... openOptions) Lists children of this directory.Modifier and TypeMethodDescriptionVirtualFile.listOnlyDescendants()
Lists only the children that are descendant of the root directory (not necessarily the current VirtualFile).Modifier and TypeMethodDescriptionfinal int
VirtualFile.compareTo
(VirtualFile o) Does case-insensitive comparison.