Class ReportCreatedEvent

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

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

  • Method Details

    • getTestCaseName

      public String getTestCaseName()
    • getTestId

      public String getTestId()
    • getConclusion

      public TestConclusion getConclusion()