-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Platform: PC, OS: All
The constructor should call super() with the height.
public TasksReporter(final String pattern, final String excludePattern,
final String threshold, final String healthy, final String unHealthy,
final String height, final String high, final String normal,
final String low)
Code changed in hudson
User: : drulli
Path:
trunk/hudson/plugins/tasks/src/main/java/hudson/plugins/tasks/TasksReporter.java
http://fisheye4.cenqua.com/changelog/hudson/?cs=11010
Log:
[FIXED JENKINS-2115] Fixed wrong parameters to super call that prevented height of graph to be persisted.