Uses of Interface
org.jooq.Commit
-
Uses of Commit in org.jooq
Modifier and TypeMethodDescription@NotNull Commit
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, 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.@NotNull Commit
Migration.from()
The version that is being migrated from.@Nullable Commit
Migration.fromSnapshot()
The lastContentType.SNAPSHOT
commit that is being migrated from, ornull
if there's no snapshot.@Nullable Commit
@NotNull Commit
Commits.latest()
The latest node.@NotNull Commit
Commit.merge
(String id, String message, String author, Commit with, Collection<? extends File> delta) Merge two commits.@NotNull Commit
Merge two commits.@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.@NotNull Commit
Migration.to()
The version that is being migrated to.@NotNull Commit
Commit.valid
(boolean valid) Set the newvalid()
flag for this commit, returning a copy of the commit itself.Modifier and TypeMethodDescription@NotNull Commits
Add a commit to the graph.@NotNull Commits
Add all commits to the graph.@NotNull Commit
Commit.merge
(String id, String message, String author, Commit with, Collection<? extends File> delta) Merge two commits.@NotNull Commit
Merge two commits.@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.