Interface TestCaseChangedEvent

All Superinterfaces:
Tm4jEvent

public interface TestCaseChangedEvent extends Tm4jEvent
Event fired when a Test Case 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 Case
      Returns:
      the ID of the Test Case.
    • getKey

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