Class RunBuildBean.AgentDescriptionWrapper
- java.lang.Object
-
- jetbrains.buildServer.controllers.RunBuildBean.AgentDescriptionWrapper
-
- Enclosing class:
- RunBuildBean
public static class RunBuildBean.AgentDescriptionWrapper extends Object
-
-
Constructor Summary
Constructors Constructor Description AgentDescriptionWrapper(SAgentType agentType)AgentDescriptionWrapper(BuildAgentEx buildAgent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SAgentTypegetAgentType()BuildAgentExgetBuildAgent()booleangetIsAgent()booleangetIsAgentType()
-
-
-
Constructor Detail
-
AgentDescriptionWrapper
public AgentDescriptionWrapper(BuildAgentEx buildAgent)
-
AgentDescriptionWrapper
public AgentDescriptionWrapper(@NotNull SAgentType agentType)
-
-
Method Detail
-
getIsAgent
public boolean getIsAgent()
-
getIsAgentType
public boolean getIsAgentType()
-
getAgentType
public SAgentType getAgentType()
-
getBuildAgent
public BuildAgentEx getBuildAgent()
-
-