hudson.tools
Class ToolLocationNodeProperty.ToolLocation

java.lang.Object
  extended by hudson.tools.ToolLocationNodeProperty.ToolLocation
Enclosing class:
ToolLocationNodeProperty

public static final class ToolLocationNodeProperty.ToolLocation
extends Object


Constructor Summary
ToolLocationNodeProperty.ToolLocation(String key, String home)
           
ToolLocationNodeProperty.ToolLocation(ToolDescriptor type, String name, String home)
           
 
Method Summary
 String getHome()
           
 String getKey()
           
 String getName()
           
 ToolDescriptor getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToolLocationNodeProperty.ToolLocation

public ToolLocationNodeProperty.ToolLocation(ToolDescriptor type,
                                             String name,
                                             String home)

ToolLocationNodeProperty.ToolLocation

@DataBoundConstructor
public ToolLocationNodeProperty.ToolLocation(String key,
                                                                  String home)
Method Detail

getName

public String getName()

getHome

public String getHome()

getType

public ToolDescriptor getType()

getKey

public String getKey()


Copyright © 2004-2013. All Rights Reserved.