Package jetbrains.buildServer.plugins
Interface PluginsStateProvider
-
- All Known Implementing Classes:
PluginsStateProviderImpl
public interface PluginsStateProvider
Provides an immutable copy of PluginsState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PluginsState
getPluginsState()
-
-
-
Method Detail
-
getPluginsState
PluginsState getPluginsState()
- Returns:
- an immutable copy of PluginsState
-
-