Package jetbrains.buildServer
Interface ServerUrlProvider
-
- All Known Subinterfaces:
BuildServerEx
,ProjectAwareRootUrlResolver
,RootUrlHolder
,SBuildServer
- All Known Implementing Classes:
BaseServerTestCase.TestBuildServerImpl
,BuildServerImpl
,ProjectAwareRootUrlResolverImpl
,ServerRootUrlHolder
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface ServerUrlProvider
Allows to obtain the TeamCity Server URL configured on the Administration - Global settings page- Since:
- 2023.07
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getRootUrl()
Returns the server URL
-
-
-
Method Detail
-
getRootUrl
@NotNull String getRootUrl()
Returns the server URL- Returns:
- server root URL
-
-