Uses of Enum
dev.logchange.core.domain.changelog.model.entry.ChangelogEntryType
Packages that use ChangelogEntryType
Package
Description
-
Uses of ChangelogEntryType in dev.logchange.core.domain.changelog.model.entry
Methods in dev.logchange.core.domain.changelog.model.entry that return ChangelogEntryTypeModifier and TypeMethodDescriptionstatic ChangelogEntryTypestatic ChangelogEntryTypeChangelogEntryType.fromNameIgnoreCase(String name) static ChangelogEntryTypeReturns the enum constant of this type with the specified name.static ChangelogEntryType[]ChangelogEntryType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.logchange.core.domain.changelog.model.entry with parameters of type ChangelogEntryTypeModifier and TypeMethodDescriptionstatic ChangesXMLEntryTypeChangesXMLEntryType.getXmlTypeFromMarkdownEntryType(ChangelogEntryType markdownEntryType) -
Uses of ChangelogEntryType in dev.logchange.core.domain.config.model.labels
Methods in dev.logchange.core.domain.config.model.labels with parameters of type ChangelogEntryType