Uses of Interface
com.atlassian.bamboo.v2.build.agent.LocalResultProcessor
Package
Description
-
Uses of LocalResultProcessor in com.atlassian.bamboo.plugins.rest.resource
ModifierConstructorDescriptionQueueResource
(PlanRestService planRestService, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, BuildQueueManager buildQueueManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, PlanExecutionManager planExecutionManager, ResultsSummaryManager resultsSummaryManager, LocalResultProcessor localResultProcessor, RestAuthenticationContext restAuthenticationContext) -
Uses of LocalResultProcessor in com.atlassian.bamboo.v2.build.agent
-
Uses of LocalResultProcessor in com.atlassian.bamboo.v2.build.queue
Modifier and TypeMethodDescriptionstatic void
QueueManagerUtils.removeFromQueue
(@NotNull BuildQueueManager buildQueueManager, @NotNull LocalResultProcessor localResultProcessor, @NotNull Key planKey) Remove queued items for key.