|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthudson.slaves.NodeProperty<hudson.model.Node>
jenkins.plugins.shiningpanda.workspace.WorkspaceHomeProperty
public class WorkspaceHomeProperty
Nested Class Summary | |
---|---|
static class |
WorkspaceHomeProperty.WorkspaceHomePropertyDescriptor
|
Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
Field Summary | |
---|---|
String |
home
The home folder. |
Fields inherited from class hudson.slaves.NodeProperty |
---|
node |
Constructor Summary | |
---|---|
WorkspaceHomeProperty(String home)
Constructor using fields. |
Method Summary | |
---|---|
static hudson.FilePath |
get(hudson.model.Node node)
Get the home directory for the given node. |
String |
getHome()
Get the home folder. |
Methods inherited from class hudson.slaves.NodeProperty |
---|
all, canTake, canTake, for_, getDescriptor, reconfigure, setNode, setUp |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String home
Constructor Detail |
---|
@DataBoundConstructor public WorkspaceHomeProperty(String home)
home
- The home folderMethod Detail |
---|
public String getHome()
public static hudson.FilePath get(hudson.model.Node node)
node
- The node
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |