Class BuildAgentManagerImpl.AgentVersions
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.BuildAgentManagerImpl.AgentVersions
-
- Enclosing class:
- BuildAgentManagerImpl
public static class BuildAgentManagerImpl.AgentVersions extends Object
-
-
Constructor Summary
Constructors Constructor Description AgentVersions(String versionArg)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static String
fromAgent(BuildAgentEx agent)
String
getAgentPluginsSignature()
String
getAgentVersion()
String
getCurrentAgentVersion()
-
-
-
Constructor Detail
-
AgentVersions
public AgentVersions(@Nullable String versionArg)
-
-
Method Detail
-
getAgentVersion
@NotNull public String getAgentVersion()
-
getCurrentAgentVersion
@NotNull public String getCurrentAgentVersion()
-
getAgentPluginsSignature
@NotNull public String getAgentPluginsSignature()
-
fromAgent
@NotNull public static String fromAgent(@NotNull BuildAgentEx agent)
-
-