Class HistoryMetadataParticipant

java.lang.Object
com.atlassian.jira.issue.changehistory.metadata.HistoryMetadataParticipant

@ExperimentalApi public final class HistoryMetadataParticipant extends Object
Represents a identifiable participant in the metadata history. This might be a remote system, an event that caused the change to occur, or a user on a remote system.
Since:
JIRA 6.3
  • Method Details

    • getId

      public String getId()
      The identifier of this participant
    • getDisplayName

      public String getDisplayName()
      The user readable name of the participant
    • getDisplayNameKey

      public String getDisplayNameKey()
      i18n key for the user readable name of the participant, will be used before displayName if present
    • getType

      public String getType()
      The type of the participant
    • getAvatarUrl

      public String getAvatarUrl()
      The avatar image url of the participant
    • getUrl

      public String getUrl()
      The url to this participant's details page
    • hashCode

      public int hashCode()
      This method is implemented for usage in Unit Tests.
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      This method is implemented for usage in Unit Tests.
      Overrides:
      equals in class Object
    • builder

      Parameters:
      id - the id of the participant being created
      type - the type of the participant being created
      Returns:
      a builder for a HistoryMetadataParticipant object