Package jetbrains.buildServer.runner.ant
Interface AntRunnerConstants
-
- All Superinterfaces:
BuildFileRunnerConstants
public interface AntRunnerConstants extends BuildFileRunnerConstants
- Author:
- Pavel.Sher Date: 19.05.2006
-
-
Field Summary
Fields Modifier and Type Field Description static String
RUNNER_TYPE
static String
TARGET_KEY
-
Fields inherited from interface jetbrains.buildServer.runner.BuildFileRunnerConstants
BUILD_FILE_KEY, BUILD_FILE_PATH_KEY, USE_CUSTOM_BUILD_FILE_KEY
-
-
-
-
Field Detail
-
RUNNER_TYPE
static final String RUNNER_TYPE
- See Also:
- Constant Field Values
-
TARGET_KEY
static final String TARGET_KEY
- See Also:
- Constant Field Values
-
-