| Package | Description |
|---|---|
| io.mongock.driver.api.entry |
| Modifier and Type | Field and Description |
|---|---|
protected ChangeState |
ChangeEntry.state |
| Modifier and Type | Method and Description |
|---|---|
ChangeState |
ChangeEntry.getState() |
static ChangeState |
ChangeState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangeState[] |
ChangeState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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) |
| Constructor and Description |
|---|
ChangeEntry(String executionId,
String changeId,
String author,
Date timestamp,
ChangeState state,
ChangeType type,
String changeLogClass,
String changeSetMethod,
long executionMillis,
String executionHostname,
Object metadata) |
ChangeEntry(String executionId,
String changeId,
String author,
Date timestamp,
ChangeState state,
ChangeType type,
String changeLogClass,
String changeSetMethod,
long executionMillis,
String executionHostname,
Object metadata,
String errorTrace) |
Copyright © 2022. All rights reserved.