com.atlassian.bamboo.v2.build.agent
Interface LocalResultProcessor

All Superinterfaces:
ResultProcessor
All Known Implementing Classes:
LocalResultProcessorImpl

@Internal
public interface LocalResultProcessor
extends ResultProcessor


Method Summary
 void terminateResult(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
                     ResultKey resultKey)
Method invoked when process producing a result is stopped abrubtly (by a user, by an agent going down...)

Parameters:
resultKey -


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.