-
Improvement
-
Resolution: Unresolved
-
Minor
JenkinsLintAction class is the root class. But does it make sense to instance new Checks explicitly or it is worth to use Reflection and load all those classes under org.jenkins.ci.plugins.jenkinslint.check?
Let's refactor this plugin and enable this feature.
Code changed in jenkins
User: Victor Martinez
Path:
pom.xml
src/main/java/org/jenkins/ci/plugins/jenkinslint/JenkinsLintAction.java
http://jenkins-ci.org/commit/jenkinslint-plugin/8d9dd492929c7f5a7b2061ee134c4a6f1719de82
Log:
Refactored: using reflection in order to load checks dynamically #6 JENKINS-29485