Interface LocalResultProcessor
-
- All Superinterfaces:
ResultProcessor
- All Known Implementing Classes:
LocalResultProcessorImpl
@Internal public interface LocalResultProcessor extends ResultProcessor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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 Detail
-
terminateResult
void terminateResult(@NotNull @NotNull ResultKey resultKey)
Method invoked when process producing a result is stopped abrubtly (by a user, by an agent going down...)- Parameters:
resultKey
-
-
-