Provides tracked improvements to be referenced in release notes
| Type | Name and description |
|---|---|
java.util.Collection<Improvement> |
getImprovements(ContributionSet contributions, java.util.Collection<java.lang.String> labels, boolean onlyPullRequests)Returns improvements that are referenced from given contribution set. |
Returns improvements that are referenced from given contribution set.
contributions - refer improvementslabels - get only improvements that have one of supplied labels.
Empty collection is ok and it means that you want all improvements.onlyPullRequests - if true, only improvements that are pull requests are returned.