Class CallbackPlan


  • public class CallbackPlan
    extends Plan
    Test agent callbacks.
    • Constructor Detail

      • CallbackPlan

        public CallbackPlan()
    • Method Detail

      • body

        public void body()
        The body method is called on the instantiated plan instance from the scheduler.
        Specified by:
        body in class Plan
      • failed

        public void failed()
        The failed code.
        Overrides:
        failed in class Plan