Package ch.tocco.nice2.dbrefactoring.api
Interface ChangelogResponse
- All Known Implementing Classes:
DefaultChangelogResponse
public interface ChangelogResponse
-
Method Summary
Modifier and TypeMethodDescriptionReturns a distinct list of nice2 version strings to which changeset have been created for.The file handler to the generated changelog.
-
Method Details
-
getChangelogFile
File getChangelogFile()The file handler to the generated changelog. -
getChangelog
Changelog getChangelog() -
getAffectedVersions
List<Nice2Version> getAffectedVersions()Returns a distinct list of nice2 version strings to which changeset have been created for.
-