Class AgentUpgradeUtil
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.AgentUpgradeUtil
-
public class AgentUpgradeUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description AgentUpgradeUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getAgentJavaVersion(AgentDescription agent)
static boolean
isAgentUsesOldJava(AgentDescription agent)
static boolean
isRequireUpToDateVersionForStartBuilds(AgentDescription agent)
-
-
-
Method Detail
-
getAgentJavaVersion
@Nullable public static String getAgentJavaVersion(@NotNull AgentDescription agent)
-
isAgentUsesOldJava
public static boolean isAgentUsesOldJava(@NotNull AgentDescription agent)
-
isRequireUpToDateVersionForStartBuilds
public static boolean isRequireUpToDateVersionForStartBuilds(@NotNull AgentDescription agent)
-
-