Interface IWorkItemLifecycleEvent


  • public interface IWorkItemLifecycleEvent
    Encapsulates all information pertaining to a "work item" at a specific point in its lifecycle.
    • Method Detail

      • getWorkItemUid

        String getWorkItemUid()
        Returns the unique id of a work item.
        Returns:
        the unique id of a work item
      • getWorkItemDetails

        String getWorkItemDetails()
        Returns the work item details.
        Returns:
        the work item details
      • getSourceTimestamp

        Date getSourceTimestamp()
        Returns the Date when the event occured.
        Returns:
        the Date when the event occured.
      • getSourceHostName

        String getSourceHostName()
        Returns the hostname of the host where the event originated.
        Returns:
        the hostname of the host where the event originated.
      • getSourceHostIp

        String getSourceHostIp()
        Returns the ip of the host where the event originated.
        Returns:
        the ip of the host where the event originated.