|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
void run()
void cancel()
void notifyStepDone()
BuildStep should notify its processor that the job is done.
void notifyException(Exception ex)
BuildStep should notify its processor that the job got an error and should be cancelled.
ex -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||