public interface PluginWorkspaceMap
~/.jenkins-hpl-map that stores
the local workspaces of plugins under development.
The contract offers read/write access to a virtual String -> File map.
| Modifier and Type | Method and Description |
|---|---|
File |
read(String id) |
void |
write(String id,
File dir) |
File read(String id) throws IOException
IOExceptionvoid write(String id, File dir) throws IOException
IOExceptionCopyright © 2004–2022. All rights reserved.