Package jetbrains.buildServer.serverSide
Class NodeSpecificConfigs
- java.lang.Object
-
- jetbrains.buildServer.serverSide.NodeSpecificConfigs
-
public class NodeSpecificConfigs extends Object
Provides access to a directory where secondary TeamCity node (i.e ReadOnly Node) stores its configuration.
-
-
Field Summary
Fields Modifier and Type Field Description static String
MAIN_DATA_DIR_SUBDIR
The name of the folder in the main Data Directory where all the node specific data directories are created by default.static String
TEAMCITY_NODE_DATA_PATH
-
Constructor Summary
Constructors Constructor Description NodeSpecificConfigs()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static File
getNodeConfigPath(File mainDataDir, String configPath)
static File
getNodeDataDirectory(File mainDataDir)
-
-
-
Field Detail
-
TEAMCITY_NODE_DATA_PATH
public static final String TEAMCITY_NODE_DATA_PATH
- See Also:
- Constant Field Values
-
MAIN_DATA_DIR_SUBDIR
public static final String MAIN_DATA_DIR_SUBDIR
The name of the folder in the main Data Directory where all the node specific data directories are created by default.- See Also:
- Constant Field Values
-
-