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.withFiles
(Collection<FileType> values) CommitType.withMessage
(String value) CommitType.withParents
(Collection<ParentType> values) CommitType.withParents
(List<ParentType> parents) CommitType.withParents
(ParentType... values) Methods in org.jooq.migrations.xml.jaxb that return types with arguments of type CommitTypeMethods in org.jooq.migrations.xml.jaxb with parameters of type CommitTypeMethod 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)