Interface ChangelogRequest
- All Known Implementing Classes:
DefaultChangelogRequest
public interface ChangelogRequest
-
Method Summary
Modifier and TypeMethodDescription@Nullable CallbackHandlerThe callback handler to receive status information while the changelog file is created.If this set is not empty, only those modules included here are used to create the changelog.getTypes()The changelog types for this request.@Nullable Nice2VersionInclude only changelogs whose version is greater or equal to the returned one.booleanWhether to apply finalizing node processors to the generated changelog.
-
Method Details
-
getVersion
Include only changelogs whose version is greater or equal to the returned one. Ifnullis returned, all changelogs are included. -
getTypes
List<ChangelogType> getTypes()The changelog types for this request. -
getIncludedModules
-
getCallbackHandler
The callback handler to receive status information while the changelog file is created. -
isApplyFinalizer
boolean isApplyFinalizer()Whether to apply finalizing node processors to the generated changelog.
-