Re: Passing State Between Plugin Executions

2013-01-30 Thread Aaron Dixon
ednesday, 30 January 2013, Brian Fox wrote: >> >> The enforcer plugin uses a static array to hold data between executions. >>> >>> >>> On Wed, Jan 30, 2013 at 2:15 PM, Aaron Dixon >> > >>> wrote: >>> >>> > I am devel

Passing State Between Plugin Executions

2013-01-30 Thread Aaron Dixon
I am developing a plugin with "start" and "stop" goals to be executed typically in pre-integration-test and post-integration-test phases, respectively. For example, the "start" execution will discover a port that I'd like the "stop" execution to know. Of course, I could use a file or possibly sta