Uses of Class
jenkins.util.VirtualFile
-
Packages that use VirtualFile Package Description hudson hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.jenkins.model jenkins.util -
-
Uses of VirtualFile in hudson
Methods in hudson that return VirtualFile Modifier and Type Method Description VirtualFile
FilePath. toVirtualFile()
Gets theVirtualFile
representation of thisFilePath
-
Uses of VirtualFile in hudson.model
Constructors in hudson.model with parameters of type VirtualFile Constructor Description DirectoryBrowserSupport(ModelObject owner, VirtualFile base, String title, String icon, boolean serveDirIndex)
-
Uses of VirtualFile in jenkins.model
Methods in jenkins.model that return VirtualFile Modifier and Type Method Description abstract VirtualFile
ArtifactManager. root()
Returns a representation of the root directory of archived artifacts.VirtualFile
StandardArtifactManager. root()
-
Uses of VirtualFile in jenkins.util
Methods in jenkins.util that return VirtualFile Modifier and Type Method Description abstract VirtualFile
VirtualFile. child(String name)
Obtains a child file.static VirtualFile
VirtualFile. forFile(File f)
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[]
VirtualFile. list(OpenOption... openOptions)
Lists children of this directory.Methods in jenkins.util that return types with arguments of type VirtualFile Modifier and Type Method Description List<VirtualFile>
VirtualFile. 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 VirtualFile Modifier and Type Method Description int
VirtualFile. compareTo(VirtualFile o)
Does case-insensitive comparison.
-