| Package | Description |
|---|---|
| io.mongock.driver.api.entry | |
| io.mongock.driver.api.util |
| Modifier and Type | Field and Description |
|---|---|
protected ChangeType |
ChangeEntry.type |
| Modifier and Type | Method and Description |
|---|---|
ChangeType |
ChangeEntry.getType() |
static ChangeType |
ChangeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangeType[] |
ChangeType.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,
Boolean systemChange) |
static ChangeEntry |
ChangeEntry.instance(String executionId,
String author,
ChangeState state,
ChangeType type,
String changeSetId,
String changeSetClassName,
String changeSetName,
long executionMillis,
String executionHostname,
Object metadata,
Boolean systemChange) |
| 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,
Boolean systemChange) |
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,
Boolean systemChange) |
| Modifier and Type | Method and Description |
|---|---|
ChangeType |
ChangePrintable.getType() |
Copyright © 2022. All rights reserved.