|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAutomationListener
This interface is for plugins who want to listen to the automated execution.
Method Summary | |
---|---|
void |
doPostAutomationProcessing()
This method is called immediately after the entire automation has finished. |
void |
doPreAutomationProcessing()
This method is called immediately before the automation starts and gives listeners a chance to perform some action like opening views or loading plugins. |
void |
executionFileStarted(IPath executionFile,
Exception exception)
This method indicates that the automation tried to start a new execution file. |
void |
receiveIterationResult(IterationResult result)
Publishes the result of the currently running iteration. |
void |
receiveIterationResult(List<IterationResult> results)
Publishes a list of results of the last couple of iterations. |
void |
receiveModelFileResults(IPath executionFile,
List<AbstractResult> results)
This method will pass all summarized model file results produced by the given execution file. |
void |
refresh()
Notifies the listeners that information in the already produced results may have changed and that the listeners should re-check the values. |
Method Detail |
---|
void executionFileStarted(IPath executionFile, Exception exception)
executionFile
- the path to the execution fileexception
- an exception that caused the file to fail, null if the file
was started successfullyvoid receiveModelFileResults(IPath executionFile, List<AbstractResult> results)
executionFile
- the execution fileresults
- the list of model file resultsvoid receiveIterationResult(IterationResult result)
result
- the resultvoid receiveIterationResult(List<IterationResult> results)
results
- the resultsvoid refresh()
void doPreAutomationProcessing()
void doPostAutomationProcessing()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |