GenericFetcher class abstract

fetcher_interface contains all the interface to fetch the list of commits between two tags or two commits

author: https://github.com/vincenzopalazzo GenericFetcher is the main abstract class that contains all the necessary method to implement and start to collect the commit information.

author: https://github.com/vincenzopalazzo

Constructors

GenericFetcher({required String start, required String end})

Properties

end String
The end commit/tag where the user want to include inside the changelog generation.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start String
The first commit/tag where the user want to generate the new release
final

Methods

fetch() Future<List<CommitInfo>>
Main method to fetch all the git information and generate the changelog from the source.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited