Uses of Class
jenkins.util.VirtualFile
Packages that use VirtualFile
-
Uses of VirtualFile in hudson
Methods in hudson that return VirtualFileModifier and TypeMethodDescriptionFilePath.toVirtualFile()
Gets theVirtualFile
representation of thisFilePath
-
Uses of VirtualFile in hudson.model
Constructors in hudson.model with parameters of type VirtualFileModifierConstructorDescriptionDirectoryBrowserSupport
(ModelObject owner, VirtualFile base, String title, String icon, boolean serveDirIndex) -
Uses of VirtualFile in jenkins.model
Methods in jenkins.model that return VirtualFileModifier and TypeMethodDescriptionabstract VirtualFile
ArtifactManager.root()
Returns a representation of the root directory of archived artifacts.StandardArtifactManager.root()
-
Uses of VirtualFile in jenkins.util
Methods in jenkins.util that return VirtualFileModifier 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.Methods in jenkins.util that return types with arguments of type VirtualFileModifier and TypeMethodDescriptionVirtualFile.listOnlyDescendants()
Lists only the children that are descendant of the root directory (not necessarily the current VirtualFile).Methods in jenkins.util with parameters of type VirtualFileModifier and TypeMethodDescriptionfinal int
VirtualFile.compareTo
(VirtualFile o) Does case-insensitive comparison.