hudson.plugins.buckminster
Class EclipseInstallation

java.lang.Object
  extended by hudson.plugins.buckminster.EclipseInstallation

Deprecated. as of 0.9.4 (20.03.2010). Use BuckminsterInstallation instead

@Deprecated
public class EclipseInstallation
extends Object

Author:
Johannes Utzig

Constructor Summary
EclipseInstallation(String name, String version, String home, String params)
          Deprecated.  
 
Method Summary
 String getHome()
          Deprecated.  
 String getName()
          Deprecated.  
 String getParams()
          Deprecated.  
 String getVersion()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EclipseInstallation

@DataBoundConstructor
public EclipseInstallation(String name,
                                                String version,
                                                String home,
                                                String params)
Deprecated. 
Method Detail

getParams

public String getParams()
Deprecated. 

getName

public String getName()
Deprecated. 

getHome

public String getHome()
Deprecated. 

getVersion

public String getVersion()
Deprecated. 


Copyright © 2004-2013. All Rights Reserved.