Uses of Class
org.jooq.migrations.xml.jaxb.CommitType
-
Uses of CommitType in org.jooq.migrations.xml.jaxb
Modifier and TypeMethodDescriptionObjectFactory.createCommitType()
Create an instance ofCommitType
CommitType.withFiles
(Collection<FileType> values) CommitType.withMessage
(String value) CommitType.withParents
(Collection<ParentType> values) CommitType.withParents
(List<ParentType> parents) CommitType.withParents
(ParentType... values) Modifier and TypeMethodDescriptionvoid
MigrationsType.setCommits
(List<CommitType> commits) MigrationsType.withCommits
(Collection<CommitType> values) MigrationsType.withCommits
(List<CommitType> commits)