Uses of Class
org.jooq.migrations.xml.jaxb.CommitType
Packages that use CommitType
-
Uses of CommitType in org.jooq.migrations.xml.jaxb
Fields in org.jooq.migrations.xml.jaxb with type parameters of type CommitTypeMethods in org.jooq.migrations.xml.jaxb that return CommitTypeModifier and TypeMethodDescriptionObjectFactory.createCommitType()
Create an instance ofCommitType
CommitType.withAuthor
(String value) CommitType.withFiles
(Collection<FileType> values) CommitType.withMessage
(String value) CommitType.withParents
(Collection<ParentType> values) CommitType.withParents
(List<ParentType> parents) CommitType.withParents
(ParentType... values) CommitType.withTags
(Collection<TagType> values) Methods in org.jooq.migrations.xml.jaxb that return types with arguments of type CommitTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<CommitType> ObjectFactory.createCommit
(CommitType value) MigrationsType.getCommits()
Methods in org.jooq.migrations.xml.jaxb with parameters of type CommitTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<CommitType> ObjectFactory.createCommit
(CommitType value) MigrationsType.withCommits
(CommitType... values) Method parameters in org.jooq.migrations.xml.jaxb with type arguments of type CommitTypeModifier and TypeMethodDescriptionvoid
MigrationsType.setCommits
(List<CommitType> commits) MigrationsType.withCommits
(Collection<CommitType> values) MigrationsType.withCommits
(List<CommitType> commits)