public interface ImprovementsProvider
| Modifier and Type | Method 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.
|
java.util.Collection<Improvement> getImprovements(ContributionSet contributions, java.util.Collection<java.lang.String> labels, boolean onlyPullRequests)
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.