Class FlushQueueAction
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.FlushQueueAction
-
public class FlushQueueAction extends Object
- Author:
- Eugene Petrenko Created: 08.09.2009 16:18:51
-
-
Field Summary
Fields Modifier and Type Field Description static String
COMPUTE_COMPATIBLE_AGENTS_IN_PARALLEL_PROP
static String
QUEUE_PARALLEL_TASKS_EXECUTOR_THREADS_MAX
-
Constructor Summary
Constructors Constructor Description FlushQueueAction(BuildDistributor buildDistributor, BuildAgentManagerEx agentManager, VirtualAgentsManager virualAgents, BuildServerEx buildServerEx, BuildEstimatorFeeder feeder, ServerCleanupManager serverCleanupManager, BuildDistributionCallbackDispatcher distributionListenerDispatcher, BuildQueueEx queue, QueuedBuildsSettingsFreezer freezer, BuildAgentFactory buildAgentFactory, BuildQueueProcessingMetrics buildQueueProcessingMetrics, AgentTypeManager agentTypeManager, VersionedSettingsManager versionedSettingsManager, BuildSettingsOptions buildSettingsOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
flushQueue()
StartingBuildsSupplier
getStartingBuildsSupplier()
-
-
-
Field Detail
-
QUEUE_PARALLEL_TASKS_EXECUTOR_THREADS_MAX
public static final String QUEUE_PARALLEL_TASKS_EXECUTOR_THREADS_MAX
- See Also:
- Constant Field Values
-
COMPUTE_COMPATIBLE_AGENTS_IN_PARALLEL_PROP
public static final String COMPUTE_COMPATIBLE_AGENTS_IN_PARALLEL_PROP
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
FlushQueueAction
public FlushQueueAction(@NotNull BuildDistributor buildDistributor, @NotNull BuildAgentManagerEx agentManager, @NotNull VirtualAgentsManager virualAgents, @NotNull BuildServerEx buildServerEx, @NotNull BuildEstimatorFeeder feeder, @NotNull ServerCleanupManager serverCleanupManager, @NotNull BuildDistributionCallbackDispatcher distributionListenerDispatcher, @NotNull BuildQueueEx queue, @NotNull QueuedBuildsSettingsFreezer freezer, @NotNull BuildAgentFactory buildAgentFactory, @NotNull BuildQueueProcessingMetrics buildQueueProcessingMetrics, @NotNull AgentTypeManager agentTypeManager, @NotNull VersionedSettingsManager versionedSettingsManager, @NotNull BuildSettingsOptions buildSettingsOptions)
-
-
Method Detail
-
flushQueue
public boolean flushQueue()
-
getStartingBuildsSupplier
@NotNull public StartingBuildsSupplier getStartingBuildsSupplier()
-
-