Interface LocalResultProcessor
- All Superinterfaces:
ResultProcessor
- All Known Implementing Classes:
LocalResultProcessorImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoid
removeFromQueue
(@NotNull ResultKey resultKey) Wrapper aroundBuildQueueManager.removeBuildFromQueue(ResultKey)
that handles result processing after removal from queue.void
terminateResult
(@NotNull ResultKey resultKey) Method invoked when process producing a result is stopped abrubtly (by a user, by an agent going down...)Methods inherited from interface com.atlassian.bamboo.v2.build.agent.ResultProcessor
processResult
-
Method Details
-
terminateResult
Method invoked when process producing a result is stopped abrubtly (by a user, by an agent going down...)- Parameters:
resultKey
-
-
removeFromQueue
Wrapper aroundBuildQueueManager.removeBuildFromQueue(ResultKey)
that handles result processing after removal from queue.- Parameters:
resultKey
-
-