| Package | Description |
|---|---|
| com.github.cloudyrock.mongock.driver.api.entry |
| 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.createInstance(String executionId,
ChangeState state,
ChangeSetItem changeSet,
long executionMillis,
Object metadata) |
| Constructor and Description |
|---|
ChangeEntry(String executionId,
String changeId,
String author,
Date timestamp,
ChangeState state,
String changeLogClass,
String changeSetMethod,
long executionMillis,
Object metadata) |
Copyright © 2021. All rights reserved.