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:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionReportCreatedEvent(Object source, String testCaseName, String testId, TestConclusion conclusion) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
ReportCreatedEvent
public ReportCreatedEvent(Object source, String testCaseName, String testId, TestConclusion conclusion)
-
-
Method Details
-
getTestCaseName
-
getTestId
-
getConclusion
-