Class AgentPoolsActiveFilterImpl
- java.lang.Object
-
- jetbrains.buildServer.serverSide.agentPools.AgentPoolsActiveFilterImpl
-
- All Implemented Interfaces:
AgentPoolsActiveFilter
public class AgentPoolsActiveFilterImpl extends Object implements AgentPoolsActiveFilter
- Author:
- Eugene Petrenko (eugene.petrenko@gmail.com) Date: 06.07.12 19:59
-
-
Constructor Summary
Constructors Constructor Description AgentPoolsActiveFilterImpl(String projectId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AgentPoolsFilter
getActive()
AgentPoolsFilter
getInactive()
-
-
-
Constructor Detail
-
AgentPoolsActiveFilterImpl
public AgentPoolsActiveFilterImpl(@NotNull String projectId)
-
-
Method Detail
-
getActive
@NotNull public AgentPoolsFilter getActive()
- Specified by:
getActive
in interfaceAgentPoolsActiveFilter
-
getInactive
@NotNull public AgentPoolsFilter getInactive()
- Specified by:
getInactive
in interfaceAgentPoolsActiveFilter
-
-