org.squashtest.tm.plugin.testautomation.jenkins.internal.tasks
Interface StepEventListener<S extends BuildStep<S>>


public interface StepEventListener<S extends BuildStep<S>>


Method Summary
 void onComplete(S step)
           
 void onError(S step, Exception exception)
           
 

Method Detail

onComplete

void onComplete(S step)

onError

void onError(S step,
             Exception exception)


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