Class AgentPluginsVersionProvider.PluginState
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.agent.AgentPluginsVersionProvider.PluginState
-
- Enclosing class:
- AgentPluginsVersionProvider
public static class AgentPluginsVersionProvider.PluginState extends Object
-
-
Constructor Summary
Constructors Constructor Description PluginState(String name, AgentExtensionType type, File file, String hash)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description File
getFile()
String
getHash()
String
getName()
AgentExtensionType
getType()
String
toString()
-
-
-
Constructor Detail
-
PluginState
public PluginState(@NotNull String name, AgentExtensionType type, @NotNull File file, @NotNull String hash)
-
-