| Modifier and Type | Method and Description |
|---|---|
Collection<Changeset> |
Changelog.getChangesets() |
| Modifier and Type | Method and Description |
|---|---|
void |
Changelog.setChangesets(Collection<Changeset> changesets) |
| Modifier and Type | Method and Description |
|---|---|
String |
ChangesetToId.apply(Changeset input) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Predicate<Changeset> |
ChangesetById.BY_ID(String id) |
static com.google.common.base.Predicate<Changeset> |
ChangesetChecksumHasChanged.CHECKSUM_HAS_CHANGED(Collection<Changeset> persistedChangesets) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ChangesetById.apply(Changeset input) |
boolean |
ChangesetRunOnChange.apply(Changeset input) |
boolean |
ChangesetChecksumHasChanged.apply(Changeset input) |
boolean |
ChangesetRunAlways.apply(Changeset input) |
boolean |
ChangesetMatchAnyExecutionContexts.apply(Changeset input) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Predicate<Changeset> |
ChangesetChecksumHasChanged.CHECKSUM_HAS_CHANGED(Collection<Changeset> persistedChangesets) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Changeset> |
ChangelogParser.parse(ClassLoader classLoader,
String masterChangelog) |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
DeclaredChangesetValidator.validate(Collection<Changeset> changesets) |
Collection<String> |
PersistedChangesetValidator.validate(Collection<Changeset> declaredChangesets,
Collection<Changeset> persistedChangesets) |
Collection<String> |
PersistedChangesetValidator.validate(Collection<Changeset> declaredChangesets,
Collection<Changeset> persistedChangesets) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Changeset> |
ChangelogReader.read(Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChangelogWriter.write(Collection<Changeset> changelogsToInsert) |
void |
ChangelogFileWriter.write(Collection<Changeset> changelogsToInsert) |
void |
ChangelogGraphWriter.write(Collection<Changeset> changelogsToInsert) |
Copyright © 2014. All Rights Reserved.