Class AgentsParametersReportController.ParameterGroup
- java.lang.Object
-
- jetbrains.buildServer.controllers.agent.AgentsParametersReportController.ParameterGroup
-
- Enclosing class:
- AgentsParametersReportController
public static class AgentsParametersReportController.ParameterGroup extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BuildAgentEx>
getAgents()
List<AgentType>
getAgentTypes()
String
getParameterName()
List<AgentsParametersReportController.ParameterValueGroup>
getValueGroups()
boolean
isParameterDefined()
-
-
-
Method Detail
-
isParameterDefined
public boolean isParameterDefined()
-
getParameterName
public String getParameterName()
-
getValueGroups
public List<AgentsParametersReportController.ParameterValueGroup> getValueGroups()
-
getAgents
public List<BuildAgentEx> getAgents()
-
-