|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AgentsFilterContext
Starting build agents filter context. Contains information which might be required to filter agents of the starting build.
| Method Summary | |
|---|---|
java.util.Collection<SBuildAgent> |
getAgentsForStartingBuild()
Returns agents available for the starting build. |
java.util.Map<QueuedBuildInfo,SBuildAgent> |
getDistributedBuilds()
Returns map of the builds already distributed by agents. |
BuildDistributorInput |
getDistributorInput()
Returns agent distributor input (running builds, queue, agents and so on). |
QueuedBuildInfo |
getStartingBuild()
The build which is going to start, i.e. |
boolean |
isEmulationMode()
Returns true if the filter is called in the emulation mode. |
| Method Detail |
|---|
@NotNull QueuedBuildInfo getStartingBuild()
@NotNull java.util.Collection<SBuildAgent> getAgentsForStartingBuild()
@NotNull java.util.Map<QueuedBuildInfo,SBuildAgent> getDistributedBuilds()
@NotNull BuildDistributorInput getDistributorInput()
boolean isEmulationMode()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||