Interface TeamCityServerStartupScript
-
- All Known Implementing Classes:
ScriptBasedServerStopPerformer
public interface TeamCityServerStartupScript
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description File
getStartupScriptPath()
Returns the path to the teamcity-server.bat/sh script if the server was started using this script, null otherwise
-
-
-
Method Detail
-
getStartupScriptPath
@Nullable File getStartupScriptPath()
Returns the path to the teamcity-server.bat/sh script if the server was started using this script, null otherwise
-
-