hudson.plugins.ccm
Class CCMBuilderInstallation

java.lang.Object
  extended by hudson.plugins.ccm.CCMBuilderInstallation

public class CCMBuilderInstallation
extends java.lang.Object

CCM Builder Installation.

Holds data provided by the user in the global screen of configuration.

Since:
7 april, 2010
Author:
Bruno P. Kinoshita - http://www.kinoshita.eti.br

Constructor Summary
CCMBuilderInstallation(java.lang.String name, java.lang.String pathToCCM)
           
 
Method Summary
 java.io.File getExecutable()
           
 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

CCMBuilderInstallation

@DataBoundConstructor
public CCMBuilderInstallation(java.lang.String name,
                                                   java.lang.String pathToCCM)
Method Detail

getName

public java.lang.String getName()
Human readable display name.


getPathToCCM

public java.lang.String getPathToCCM()

getExecutable

public java.io.File getExecutable()

getExists

public boolean getExists()
Returns true if the executable exists.



Copyright © 2010. All Rights Reserved.