Package | Description |
---|---|
com.atlassian.jira.issue.changehistory.metadata | |
com.atlassian.jira.issue.changehistory.metadata.renderer |
Modifier and Type | Method and Description |
---|---|
HistoryMetadataParticipant |
HistoryMetadataParticipant.HistoryMetadataParticipantBuilder.build() |
HistoryMetadataParticipant |
HistoryMetadata.getActor()
The person or agent that triggered the history change
|
HistoryMetadataParticipant |
HistoryMetadata.getCause()
The event or state that triggered the history change
|
HistoryMetadataParticipant |
HistoryMetadata.getGenerator()
The system that triggered the history change
|
Modifier and Type | Method and Description |
---|---|
HistoryMetadata.HistoryMetadataBuilder |
HistoryMetadata.HistoryMetadataBuilder.actor(HistoryMetadataParticipant actor) |
HistoryMetadata.HistoryMetadataBuilder |
HistoryMetadata.HistoryMetadataBuilder.cause(HistoryMetadataParticipant cause) |
HistoryMetadata.HistoryMetadataBuilder |
HistoryMetadata.HistoryMetadataBuilder.generator(HistoryMetadataParticipant generator) |
Modifier and Type | Method and Description |
---|---|
String |
HistoryMetadataRenderHelper.getParticipantAvatarUrl(HistoryMetadataParticipant participant) |
String |
HistoryMetadataRenderHelper.getParticipantName(HistoryMetadataParticipant participant) |
Copyright © 2002-2018 Atlassian. All Rights Reserved.