public class WorkspaceHomeProperty
extends hudson.slaves.NodeProperty<hudson.model.Node>
Modifier and Type | Class and Description |
---|---|
static class |
WorkspaceHomeProperty.WorkspaceHomePropertyDescriptor |
Constructor and Description |
---|
WorkspaceHomeProperty(String home)
Constructor using fields.
|
Modifier and Type | Method and Description |
---|---|
static hudson.FilePath |
get(hudson.model.Node node)
Get the home directory for the given node.
|
String |
getHome()
Get the home folder.
|
public String home
@DataBoundConstructor public WorkspaceHomeProperty(String home)
home
- The home folderpublic String getHome()
public static hudson.FilePath get(hudson.model.Node node)
node
- The nodeCopyright © 2004-2018. All Rights Reserved.