Interface DslConfigVersions
-
- All Superinterfaces:
TeamCityExtension
public interface DslConfigVersions extends TeamCityExtension
Provides information about dsl config version to TeamCity core
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCurrentConfigsVersion()
Returns current dsl configs version on TeamCity server
-
-
-
Method Detail
-
getCurrentConfigsVersion
@NotNull String getCurrentConfigsVersion()
Returns current dsl configs version on TeamCity server- Returns:
- see above
-
-