hudson.plugins.nant
Class NantConstants

java.lang.Object
  extended by hudson.plugins.nant.NantConstants

public class NantConstants
extends Object


Field Summary
static String NANT_EXECUTABLE_UNIX
          The default name of the NAnt executable on Unix-based platforms
static String NANT_EXECUTABLE_WINDOWS
          The default name of the NAnt executable on Windows platforms
 
Constructor Summary
NantConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NANT_EXECUTABLE_WINDOWS

public static final String NANT_EXECUTABLE_WINDOWS
The default name of the NAnt executable on Windows platforms

See Also:
Constant Field Values

NANT_EXECUTABLE_UNIX

public static final String NANT_EXECUTABLE_UNIX
The default name of the NAnt executable on Unix-based platforms

See Also:
Constant Field Values
Constructor Detail

NantConstants

public NantConstants()


Copyright © 2004-2013 Hudson. All Rights Reserved.