Uses of Interface
org.jooq.File
-
Uses of File in org.jooq
Modifier and TypeMethodDescription@NotNull File
Migrations.file
(String path, String content, ContentType type) Initialise aFile
Modifier and TypeMethodDescription@NotNull Collection<File>
Commit.delta()
The files affected by this commit, in no particular order.@NotNull Collection<File>
Commit.files()
The files after this commit, in no particular order.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
Merge two commits.@NotNull Commit
Merge two commits.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
Commit.commit
(String id, Collection<? extends File> delta) Create a new commit on top of this one.@NotNull Commit
Merge two commits.@NotNull Commit
Commit.merge
(String id, Commit with, Collection<? extends File> delta) Merge two commits.