|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjetbrains.buildServer.serverSide.buildDistribution.AgentsFilterResult
public class AgentsFilterResult
Results of the agents filtering for a build which is going to start.
| Constructor Summary | |
|---|---|
AgentsFilterResult()
|
|
| Method Summary | |
|---|---|
java.util.List<SBuildAgent> |
getFilteredConnectedAgents()
Returns list of filtered agents which can start a build. |
WaitReason |
getWaitReason()
Returns wait reason if build startup must be blocked or null if startup is allowed. |
void |
setFilteredConnectedAgents(java.util.List<SBuildAgent> filteredConnectedAgents)
Sets new list of agents to use for the starting build. |
void |
setWaitReason(WaitReason waitReason)
Sets wait reason. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AgentsFilterResult()
| Method Detail |
|---|
@Nullable public WaitReason getWaitReason()
public void setWaitReason(@Nullable
WaitReason waitReason)
waitReason - reason why build must not be started at the moment@Nullable public java.util.List<SBuildAgent> getFilteredConnectedAgents()
public void setFilteredConnectedAgents(@Nullable
java.util.List<SBuildAgent> filteredConnectedAgents)
filteredConnectedAgents - the new list of agents for the starting build.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||