hudson.plugins.rake
Class RubyInstallation
java.lang.Object
hudson.plugins.rake.RubyInstallation
public final class RubyInstallation
- extends java.lang.Object
Ruby installation paths.
- Author:
- David Calavera
|
Constructor Summary |
RubyInstallation(java.lang.String name,
java.lang.String path)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RubyInstallation
@DataBoundConstructor
public RubyInstallation(java.lang.String name,
java.lang.String path)
getName
public java.lang.String getName()
getPath
public java.lang.String getPath()
getGemHome
public java.lang.String getGemHome()
setGemHome
public void setGemHome(java.lang.String gemHome)
getGemPath
public java.lang.String getGemPath()
setGemPath
public void setGemPath(java.lang.String gemPath)
getExecutable
public java.io.File getExecutable()
getCanonicalExecutable
public java.io.File getCanonicalExecutable()
throws java.io.IOException
- Throws:
java.io.IOException
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2010. All Rights Reserved.