Uses of Class
jetbrains.buildServer.version.ServerVersionInfo
-
-
Uses of ServerVersionInfo in jetbrains.buildServer.maintenance
Methods in jetbrains.buildServer.maintenance that return ServerVersionInfo Modifier and Type Method Description ServerVersionInfo
StartupContext. getProductVersion()
-
Uses of ServerVersionInfo in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return ServerVersionInfo Modifier and Type Method Description ServerVersionInfo
SBuildServer. getVersion()
Returns server version info. -
Uses of ServerVersionInfo in jetbrains.buildServer.serverSide.db
Constructors in jetbrains.buildServer.serverSide.db with parameters of type ServerVersionInfo Constructor Description TeamCityDatabaseManager(JdbcDrivers jdbcDrivers, String ipAddress, String applicationInfo, ServerVersionInfo serverVersion, DatabasePropertiesFile databasePropertiesFile, DatabaseSettings databaseSettings, DBAction<String[]> perSessionScript)
Private constructor shared by public constructors.TeamCityDatabaseManager(JdbcDrivers jdbcDrivers, String ipAddress, String applicationInfo, ServerVersionInfo serverVersion, JdbcConnectionString connectionString, File systemDir, DBAction<String[]> perSessionScript)
Set up using a connection string. -
Uses of ServerVersionInfo in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that return ServerVersionInfo Modifier and Type Method Description ServerVersionInfo
BuildServerImpl. getVersion()
-
Uses of ServerVersionInfo in jetbrains.buildServer.updates
Methods in jetbrains.buildServer.updates that return ServerVersionInfo Modifier and Type Method Description protected ServerVersionInfo
VersionChecker. getVersion()
Methods in jetbrains.buildServer.updates with parameters of type ServerVersionInfo Modifier and Type Method Description static AvailableVersion
AvailableVersion. from(ServerVersionInfo info)
void
PluginsUpdater. parsePluginUpdates(org.jdom.Element channelElement, ServerVersionInfo version)
Method parameters in jetbrains.buildServer.updates with type arguments of type ServerVersionInfo Modifier and Type Method Description void
TeamCityUpdater. setCurrentVersion(Supplier<ServerVersionInfo> currentVersion)
-
Uses of ServerVersionInfo in jetbrains.buildServer.version
Methods in jetbrains.buildServer.version that return ServerVersionInfo Modifier and Type Method Description static ServerVersionInfo
ServerVersionHolder. getVersion()
static ServerVersionInfo
ServerVersionHolder. loadDataFromStream(InputStream stream)
Loads version data from stream and closes it.
-