|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.ccm.CCMBuilderInstallation
public class CCMBuilderInstallation
CCM Builder Installation.
Holds data provided by the user in the global screen of configuration.
| Constructor Summary | |
|---|---|
CCMBuilderInstallation(java.lang.String name,
java.lang.String pathToCCM)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getExecutable(hudson.Launcher launcher)
Gets the path to the CCM executable. |
java.io.File |
getExecutableFile()
Gets the executable file of CCM. |
boolean |
getExists()
Returns true if the executable exists. |
java.lang.String |
getName()
Human readable display name. |
java.lang.String |
getPathToCCM()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@DataBoundConstructor
public CCMBuilderInstallation(java.lang.String name,
java.lang.String pathToCCM)
| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getPathToCCM()
public java.lang.String getExecutable(hudson.Launcher launcher)
throws java.lang.InterruptedException,
java.io.IOException
launcher - Hudson launcher
java.lang.InterruptedException
java.io.IOException - If the executable does not existpublic java.io.File getExecutableFile()
public boolean getExists()
throws java.lang.InterruptedException,
java.io.IOException
java.lang.InterruptedException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||