Uses of Interface
com.atlassian.bamboo.v2.build.agent.LocalResultProcessor
Packages that use LocalResultProcessor
Package
Description
-
Uses of LocalResultProcessor in com.atlassian.bamboo.plugins.rest.resource
Constructors in com.atlassian.bamboo.plugins.rest.resource with parameters of type LocalResultProcessorModifierConstructorDescriptionQueueResource(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
Classes in com.atlassian.bamboo.v2.build.agent that implement LocalResultProcessor -
Uses of LocalResultProcessor in com.atlassian.bamboo.v2.build.queue
Methods in com.atlassian.bamboo.v2.build.queue with parameters of type LocalResultProcessorModifier and TypeMethodDescriptionstatic voidQueueManagerUtils.removeFromQueue(@NotNull BuildQueueManager buildQueueManager, @NotNull LocalResultProcessor localResultProcessor, @NotNull Key planKey) Remove queued items for key.