Modifier and Type | Method and Description |
---|---|
HistoryMetadata |
IssueService.UpdateValidationResult.getHistoryMetadata() |
Modifier and Type | Method and Description |
---|---|
HistoryMetadata |
IssueInputParametersImpl.getHistoryMetadata() |
HistoryMetadata |
IssueInputParameters.getHistoryMetadata() |
HistoryMetadata |
UpdateIssueRequest.getHistoryMetadata()
Additional metadata to be persisted in history with the update operation, null if none
|
Modifier and Type | Method and Description |
---|---|
UpdateIssueRequest.UpdateIssueRequestBuilder |
UpdateIssueRequest.UpdateIssueRequestBuilder.historyMetadata(HistoryMetadata historyMetadata) |
IssueInputParameters |
IssueInputParametersImpl.setHistoryMetadata(HistoryMetadata historyMetadata) |
IssueInputParameters |
IssueInputParameters.setHistoryMetadata(HistoryMetadata historyMetadata)
Allows defining history metadata related to the issue update.
|
Modifier and Type | Method and Description |
---|---|
HistoryMetadata |
HistoryMetadata.HistoryMetadataBuilder.build() |
HistoryMetadata |
HistoryMetadataManager.HistoryMetadataResult.getHistoryMetadata() |
HistoryMetadata |
HistoryMetadataMarshaller.unmarshall(String input) |
HistoryMetadata |
JsonHistoryMetadataMarshaller.unmarshall(String input) |
Modifier and Type | Method and Description |
---|---|
String |
HistoryMetadataMarshaller.marshall(HistoryMetadata historyMetadata) |
String |
JsonHistoryMetadataMarshaller.marshall(HistoryMetadata historyMetadata) |
void |
DefaultHistoryMetadataManager.saveHistoryMetadata(Long changeGroupId,
ApplicationUser user,
HistoryMetadata historyMetadata) |
void |
HistoryMetadataManager.saveHistoryMetadata(Long changeGroupId,
ApplicationUser user,
HistoryMetadata historyMetadata)
Persists the HistoryMetadata related to the change group.
|
Modifier and Type | Method and Description |
---|---|
HistoryMetadata |
ChangeHistoryAction.getHistoryMetadata() |
Constructor and Description |
---|
ChangeHistoryAction(IssueTabPanelModuleDescriptor descriptor,
ChangeHistory changeHistory,
boolean showHeader,
AttachmentManager attachmentManager,
JiraDurationUtils jiraDurationUtils,
CustomFieldManager customFieldManager,
DateTimeFormatter formatter,
Issue issue,
DateTimeFieldChangeLogHelper changeLogHelper,
HistoryMetadata historyMetadata,
HistoryMetadataRenderHelper historyMetadataRenderHelper) |
Modifier and Type | Method and Description |
---|---|
HistoryMetadata |
IssueUpdateBean.getHistoryMetadata() |
Modifier and Type | Method and Description |
---|---|
void |
IssueUpdateBean.setHistoryMetadata(HistoryMetadata historyMetadata) |
Modifier and Type | Method and Description |
---|---|
IssueUpdateRequest |
IssueUpdateRequest.historyMetadata(HistoryMetadata historyMetadata)
Sets the history metadata for the update operation
|
Modifier and Type | Method and Description |
---|---|
HistoryMetadata |
ChangelogBean.ChangeHistoryBean.getHistoryMetadata() |
HistoryMetadata |
IssueUpdateBean.getHistoryMetadata() |
Modifier and Type | Method and Description |
---|---|
void |
ChangelogBean.ChangeHistoryBean.setHistoryMetadata(HistoryMetadata historyMetadata) |
Copyright © 2002-2017 Atlassian. All Rights Reserved.