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