Class TestRunFinishedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
ch.admin.bit.jeap.testorchestrator.domain.events.TestRunFinishedEvent
All Implemented Interfaces:
Serializable

public class TestRunFinishedEvent extends org.springframework.context.ApplicationEvent
See Also:
  • Constructor Details

    • TestRunFinishedEvent

      public TestRunFinishedEvent(Object source, String testId)
  • Method Details

    • getTestId

      public String getTestId()