Interface RemoteInstalledToolsState
-
- All Superinterfaces:
TeamCityExtension
public interface RemoteInstalledToolsState extends TeamCityExtension
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
RemoteInstalledToolsState.RemoteToolInfo
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoteInstalledToolsState.RemoteToolInfo
get(String toolId)
Collection<RemoteInstalledToolsState.RemoteToolInfo>
getAll()
-
-
-
Method Detail
-
get
@Nullable RemoteInstalledToolsState.RemoteToolInfo get(@NotNull String toolId)
-
getAll
@NotNull Collection<RemoteInstalledToolsState.RemoteToolInfo> getAll()
-
-