org.squashtest.tm.plugin.testautomation.jenkins.internal.tasks
Interface BuildProcessor

All Known Implementing Classes:
AbstractBuildProcessor, DelayedBuildProcessor, ExecuteAndWatchBuildProcessor, ExecuteTestsBuildProcessor, FetchTestListBuildProcessor, SynchronousBuildProcessor

public interface BuildProcessor


Method Summary
 void cancel()
          cancels the build processing, no urgency needed
 void notifyException(Exception ex)
          a BuildStep should notify its processor that the job got an error and should be cancelled.
 void notifyStepDone()
          a BuildStep should notify its processor that the job is done.
 void run()
           
 

Method Detail

run

void run()

cancel

void cancel()
cancels the build processing, no urgency needed


notifyStepDone

void notifyStepDone()
a BuildStep should notify its processor that the job is done.


notifyException

void notifyException(Exception ex)
a BuildStep should notify its processor that the job got an error and should be cancelled.

Parameters:
ex -


Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.