-
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.
[JENKINS-29485] Dynamic check loading via Reflection
Description |
Original:
Let's use HealthReport class in order to show health icons as the weather column. Similar classes: - https://github.com/jenkinsci/jenkins/blob/jenkins-1.554.1/core/src/main/resources/lib/hudson/buildHealth.jelly - https://github.com/jenkinsci/jenkins/blob/jenkins-1.554.1/core/src/main/java/hudson/model/HealthReport.java - https://github.com/jenkinsci/jenkins/blob/jenkins-1.554.1/core/src/main/java/hudson/model/Job.java |
New:
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. https://github.com/v1v/jenkinslint-plugin/issues/6 |
Workflow | Original: JNJira [ 164361 ] | New: JNJira + In-Review [ 181597 ] |
Labels | New: 0.13.0 |