A change set describing the exact migration path between the
 
Node.parents() versions and the version() represented by this
 change.- Author:
- Lukas Eder
- 
Method SummaryModifier and TypeMethodDescription@NotNull Commitcommit(String id, String message, Collection<? extends File> delta) Create a new commit on top of this one.@NotNull CommitCreate a new commit on top of this one.@NotNull Commitcommit(String id, Collection<? extends File> delta) Create a new commit on top of this one.@NotNull CommitCreate a new commit on top of this one.@NotNull Collection<File> delta()The files affected by this commit, in no particular order.@NotNull Collection<File> files()The files after this commit, in no particular order.@NotNull CommitMerge two commits.@NotNull CommitMerge two commits.@NotNull Commitmerge(String id, Commit with, Collection<? extends File> delta) Merge two commits.@NotNull CommitMerge two commits.@NotNull Metameta()Get the meta data representing this commit.@NotNull FilesCreate a version graph when migrating between two commits.@NotNull Collection<Source> sources()The sources after this commit, in no particular order.@NotNull CommitAdd a tag to this commit, returning a copy of the commit itself.@NotNull CommitAdd a tag to this commit, returning a copy of the commit itself.@NotNull Collection<Tag> tags()The tags associated with this commit, in no particular order.@NotNull Versionversion()Get the version representing this commit.Methods inherited from interface org.jooq.Scopeconfiguration, creationTime, data, data, data, dialect, dsl, family, settings
- 
Method Details- 
deltaThe files affected by this commit, in no particular order.
- 
filesThe files after this commit, in no particular order.
- 
sourcesThe sources after this commit, in no particular order.
- 
tagsThe tags associated with this commit, in no particular order.
- 
tagAdd a tag to this commit, returning a copy of the commit itself.
- 
tagAdd a tag to this commit, returning a copy of the commit itself.
- 
versionGet the version representing this commit.
- 
metaGet the meta data representing this commit.
- 
migrateToCreate a version graph when migrating between two commits.
- 
commitCreate a new commit on top of this one.
- 
commitCreate a new commit on top of this one.
- 
commitCreate a new commit on top of this one.
- 
commitCreate a new commit on top of this one.
- 
mergeMerge two commits.
- 
mergeMerge two commits.
- 
mergeMerge two commits.
- 
merge@NotNull @NotNull Commit merge(String id, String message, Commit with, Collection<? extends File> delta) Merge two commits.
 
-