Package hudson.tools
Class ToolLocationNodeProperty.ToolLocation
- java.lang.Object
-
- hudson.tools.ToolLocationNodeProperty.ToolLocation
-
- Enclosing class:
- ToolLocationNodeProperty
public static final class ToolLocationNodeProperty.ToolLocation extends Object
-
-
Constructor Summary
Constructors Constructor Description ToolLocation(ToolDescriptor type, String name, String home)
ToolLocation(String key, String home)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getHome()
String
getKey()
String
getName()
ToolDescriptor
getType()
-
-
-
Constructor Detail
-
ToolLocation
public ToolLocation(ToolDescriptor type, String name, String home)
-
-
Method Detail
-
getName
public String getName()
-
getHome
public String getHome()
-
getType
public ToolDescriptor getType()
-
getKey
public String getKey()
-
-