public interface BuildProcessor
| Modifier and Type | Method and Description |
|---|---|
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() |
void run()
void cancel()
void notifyStepDone()
BuildStep should notify its processor that the job is done.Copyright © 2010–2016 Henix, henix.fr. All rights reserved.