Class BenchmarkConfigAction

java.lang.Object
io.jenkins.plugins.benchmark.BenchmarkConfigAction
All Implemented Interfaces:
Action, ModelObject, ProminentProjectAction

public class BenchmarkConfigAction extends Object implements ProminentProjectAction
  • Constructor Details

  • Method Details

    • getConfiguration

      public Set<Map.Entry<String,ConfigEntry>> getConfiguration()
    • setMetricMinPercent

      @JavaScriptMethod public void setMetricMinPercent(String metric, Double minPercent)
    • setMetricMaxPercent

      @JavaScriptMethod public void setMetricMaxPercent(String metric, Double maxPercent)
    • setMetricMinValue

      @JavaScriptMethod public void setMetricMinValue(String metric, Double minValue)
    • setMetricMaxValue

      @JavaScriptMethod public void setMetricMaxValue(String metric, Double maxValue)
    • setMetricUnit

      @JavaScriptMethod public void setMetricUnit(String metric, String unit)
    • createMetric

      @JavaScriptMethod public boolean createMetric(String metric)
    • deleteMetric

      @JavaScriptMethod public boolean deleteMetric(String metric)
    • getIconFileName

      public String getIconFileName()
      Specified by:
      getIconFileName in interface Action
    • getDisplayName

      public String getDisplayName()
      Specified by:
      getDisplayName in interface Action
      Specified by:
      getDisplayName in interface ModelObject
    • getUrlName

      public String getUrlName()
      Specified by:
      getUrlName in interface Action