Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-2115

Height of trendgraph is not changable for Reporter

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • tasks-plugin
    • 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)

      { super(threshold, healthy, unHealthy, pattern, "TASKS"); this.pattern = pattern; this.excludePattern = excludePattern; this.height = height; this.high = high; this.normal = normal; this.low = low; }

          [JENKINS-2115] Height of trendgraph is not changable for Reporter

          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.

          SCM/JIRA link daemon added a comment - 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.

            drulli Ulli Hafner
            drulli Ulli Hafner
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: