Package | Description |
---|---|
hudson | |
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
jenkins.model | |
jenkins.util |
Modifier and Type | Method and Description |
---|---|
VirtualFile |
FilePath.toVirtualFile()
Gets the
VirtualFile representation of this FilePath |
Constructor and Description |
---|
DirectoryBrowserSupport(ModelObject owner,
VirtualFile base,
String title,
String icon,
boolean serveDirIndex) |
Modifier and Type | Method and Description |
---|---|
VirtualFile |
StandardArtifactManager.root() |
abstract VirtualFile |
ArtifactManager.root()
Returns a representation of the root directory of archived artifacts.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
int |
VirtualFile.compareTo(VirtualFile o)
Does case-insensitive comparison.
|
Copyright © 2019. All rights reserved.