Class AgentsParametersReportController.ParameterValueGroup
- java.lang.Object
-
- jetbrains.buildServer.controllers.agent.AgentsParametersReportController.ParameterValueGroup
-
- Enclosing class:
- AgentsParametersReportController
public static class AgentsParametersReportController.ParameterValueGroup extends Object
-
-
Constructor Summary
Constructors Constructor Description ParameterValueGroup(String parameterValue, List<AgentDescription> agents)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BuildAgentEx>
getAgents()
List<AgentType>
getAgentTypes()
String
getParameterValue()
-
-
-
Constructor Detail
-
ParameterValueGroup
public ParameterValueGroup(String parameterValue, List<AgentDescription> agents)
-
-
Method Detail
-
getParameterValue
public String getParameterValue()
-
getAgents
public List<BuildAgentEx> getAgents()
-
-