Uses of Interface
org.jooq.Commit
-
Uses of Commit in org.jooq
Modifier and TypeMethodDescription@NotNull Commit
Commit.commit
(String id, String message, Collection<? extends File> delta) Create a new commit on top of this one.@NotNull Commit
Create a new commit on top of this one.@NotNull Commit
Commit.commit
(String id, Collection<? extends File> delta) Create a new commit on top of this one.@NotNull Commit
Create a new commit on top of this one.@NotNull Commit
Commits.current()
The current node.Migration.from()
The version that is being migrated from.@Nullable Commit
@NotNull Commit
Commits.latest()
The latest node.@NotNull Commit
Merge two commits.@NotNull Commit
Merge two commits.@NotNull Commit
Commit.merge
(String id, Commit with, Collection<? extends File> delta) Merge two commits.@NotNull Commit
Merge two commits.@NotNull Commit
MigrationContext.migrationFrom()
@NotNull Commit
MigrationContext.migrationTo()
@NotNull Commit
MigrationContext.queriesFrom()
@NotNull Commit
MigrationContext.queriesTo()
@NotNull Commit
Commits.root()
The root node.@NotNull Commit
Add a tag to this commit, returning a copy of the commit itself.@NotNull Commit
Add a tag to this commit, returning a copy of the commit itself.Migration.to()
The version that is being migrated to.Modifier and TypeMethodDescription@NotNull Commits
Add a commit to the graph.@NotNull Commits
Add all commits to the graph.@NotNull Commit
Merge two commits.@NotNull Commit
Merge two commits.@NotNull Commit
Commit.merge
(String id, Commit with, Collection<? extends File> delta) Merge two commits.@NotNull Commit
Merge two commits.@NotNull Files
Create a version graph when migrating between two commits.@NotNull Migration
Create a migration from the currently installed version to a new version.Modifier and TypeMethodDescription@NotNull Commits
Commits.addAll
(Collection<? extends Commit> commits) Add all commits to the graph.