hudson.plugins.rake
Class RubyInstallation

java.lang.Object
  extended by hudson.plugins.rake.RubyInstallation

public final class RubyInstallation
extends Object

Ruby installation paths.

Author:
David Calavera

Constructor Summary
RubyInstallation(String name, String path)
           
 
Method Summary
 String getBinPath()
           
 File getCanonicalExecutable()
           
 File getExecutable()
           
 String getGemHome()
           
 String getGemPath()
           
 String getName()
           
 String getPath()
           
 void setBinPath(String binPath)
           
 void setGemHome(String gemHome)
           
 void setGemPath(String gemPath)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RubyInstallation

@DataBoundConstructor
public RubyInstallation(String name,
                                             String path)
Method Detail

getName

public String getName()

getPath

public String getPath()

getGemHome

public String getGemHome()

setGemHome

public void setGemHome(String gemHome)

getGemPath

public String getGemPath()

setGemPath

public void setGemPath(String gemPath)

getBinPath

public String getBinPath()

setBinPath

public void setBinPath(String binPath)

getExecutable

public File getExecutable()

getCanonicalExecutable

public File getCanonicalExecutable()
                            throws IOException
Throws:
IOException

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2011. All Rights Reserved.