Class EventSchedulerMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

    @Mojo(name="test",
          defaultPhase=PROCESS_RESOURCES)
    public class EventSchedulerMojo
    extends org.apache.maven.plugin.AbstractMojo
    Fires events according to the schedule. Send start session and stop session and waits for given duration. In case of failure or kill of process, sends abort session.
    • Constructor Detail

      • EventSchedulerMojo

        public EventSchedulerMojo()
    • Method Detail

      • execute

        public void execute()