Interface ExternalChangeViewerExtension
-
- All Superinterfaces:
ServerExtension
,TeamCityExtension
public interface ExternalChangeViewerExtension extends ServerExtension
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>
getAvailableProperties(VcsRoot vcsRoot)
For a given VCS root returns map of available properties where key is one ofPropertyType
and value is corresponding property value.
-
-
-
Method Detail
-
getAvailableProperties
@Nullable Map<String,String> getAvailableProperties(@NotNull VcsRoot vcsRoot)
For a given VCS root returns map of available properties where key is one ofPropertyType
and value is corresponding property value.- Parameters:
vcsRoot
- VCS root- Returns:
- map of available properties
-
-