Interface TestCycleChangedEvent
- All Superinterfaces:
Tm4jEvent
Event fired when a Test Cycle changes
-
Method Details
-
getEventType
TestCycleChangedEvent.EventType getEventType()Gets the type of the event- Returns:
- the type of the event
-
getGeneratedByUser
String getGeneratedByUser()Gets the userKey of the user who generated the event- Returns:
- the userKey of the user who generated the event
-
getId
Long getId()Gets the ID of the Test Cycle- Returns:
- the ID of the Test Cycle
-
getKey
String getKey()Gets the KEY of the Test Cycle- Returns:
- the KEY of the Test Cycle
-