| Package | Description |
|---|---|
| io.mongock.driver.api.entry |
| Modifier and Type | Method and Description |
|---|---|
static ChangeEntry |
ChangeEntry.failedInstance(String executionId,
String author,
ChangeState state,
ChangeType type,
String changeSetId,
String changeSetClassName,
String changeSetName,
long executionMillis,
String executionHostname,
Object metadata,
String error) |
static ChangeEntry |
ChangeEntry.instance(String executionId,
String author,
ChangeState state,
ChangeType type,
String changeSetId,
String changeSetClassName,
String changeSetName,
long executionMillis,
String executionHostname,
Object metadata) |
| Modifier and Type | Method and Description |
|---|---|
default List<ChangeEntry> |
ChangeEntryService.getAllEntriesWithCurrentState()
Retrieves a list of the entries in database with the current relevant state ordered by execution timestamp.
|
List<ChangeEntry> |
ChangeEntryService.getEntriesLog()
Returns all the changeEntries
|
default Map<String,List<ChangeEntry>> |
ChangeEntryService.getEntriesMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChangeEntryService.saveOrUpdate(ChangeEntry changeEntry)
If there is already an ChangeEntry the same executionId, id and author, it will be updated.
|
| Constructor and Description |
|---|
ExecutedChangeEntry(ChangeEntry entry) |
Copyright © 2021. All rights reserved.