Class CompatibleAgentsResult<T>
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.buildDistribution.CompatibleAgentsResult<T>
-
public class CompatibleAgentsResult<T> extends Object
-
-
Constructor Summary
Constructors Constructor Description CompatibleAgentsResult(Collection<T> agents)
CompatibleAgentsResult(WaitReason waitReason)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<T>
getAgents()
WaitReason
getWaitReason()
static <P> CompatibleAgentsResult<P>
noAgents()
-
-
-
Constructor Detail
-
CompatibleAgentsResult
public CompatibleAgentsResult(@NotNull Collection<T> agents)
-
CompatibleAgentsResult
public CompatibleAgentsResult(@NotNull WaitReason waitReason)
-
-
Method Detail
-
noAgents
public static <P> CompatibleAgentsResult<P> noAgents()
-
getAgents
@NotNull public Collection<T> getAgents()
-
getWaitReason
@Nullable public WaitReason getWaitReason()
-
-