Interface TestExecutionChangedEvent

All Superinterfaces:
Tm4jEvent

public interface TestExecutionChangedEvent extends Tm4jEvent
Event fired when a Test Execution changes
  • Method Details

    • 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 Execution
      Returns:
      the ID of the Test Execution
    • getKey

      String getKey()
      Gets the KEY of the Test Execution
      Returns:
      the KEY of the Test Execution