Package hudson.plugins.nant
Class NantConstants
- java.lang.Object
-
- hudson.plugins.nant.NantConstants
-
public class NantConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
NANT_EXECUTABLE_UNIX
The default name of the NAnt executable on Unix-based platformsstatic String
NANT_EXECUTABLE_WINDOWS
The default name of the NAnt executable on Windows platforms
-
Constructor Summary
Constructors Constructor Description NantConstants()
-
-
-
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
-
-