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

Height of trendgraph is not changable for Reporter

XMLWordPrintable

    • 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; }

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

              Created:
              Updated:
              Resolved: