Name |
Description |
ActivityListener |
This is part of the scoring algorithm, it evaluates a bundle based on the activity
(number of commits in the past x days. |
ComposerListener |
This is part of the scoring algorithm, it evaluates a bundle based on the use
composer. |
FollowersListener |
This is part of the scoring algorithm, it evaluates a bundle based on how
many people are following the development on github |
KnpBundlesListener |
This is part of the scoring algorithm, it evaluates a bundle based on
KNPBundles-specific criterias (number of recommenders. |
ReadmeListener |
This is part of the scoring algorithm, it evaluates a bundle based on
how big the README file is. |
ScoringListener |
This is part of the scoring algorithm, it provides the 2 basics methods
to evaluate a bundle. All scoring listeners must extend this class. |
TravisListener |
This is part of the scoring algorithm, it evaluates a bundle based on
the use of travis (http://travis-ci.org/) and the build status. |