@PublicApi
public interface MatchConditionHistory
Do not implement this interface, use MatchConditionHistoryBuilder to create these objects.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
MatchConditionHistory.Entry
History entry.
|
| Modifier and Type | Method and Description |
|---|---|
List<MatchConditionHistory.Entry> |
getEntries()
Get all match history entries, sorted by date
|
boolean |
isEmpty()
Is the history empty?
|
List<MatchConditionHistory.Entry> getEntries()
boolean isEmpty()
Copyright © 2025 Atlassian. All rights reserved.