Class TestMeasureComputerContext

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addChildrenMeasures​(java.lang.String metricKey, java.lang.Double... values)  
      void addChildrenMeasures​(java.lang.String metricKey, java.lang.Integer... values)  
      void addChildrenMeasures​(java.lang.String metricKey, java.lang.Long... values)  
      void addChildrenMeasures​(java.lang.String metricKey, java.lang.String... values)  
      void addInputMeasure​(java.lang.String metricKey, boolean value)  
      void addInputMeasure​(java.lang.String metricKey, double value)  
      void addInputMeasure​(java.lang.String metricKey, int value)  
      void addInputMeasure​(java.lang.String metricKey, long value)  
      void addInputMeasure​(java.lang.String metricKey, java.lang.String value)  
      void addMeasure​(java.lang.String metricKey, boolean value)
      Add a new measure of a given metric which measure type will be boolean
      void addMeasure​(java.lang.String metricKey, double value)
      Add a new measure of a given metric which measure type will be double
      void addMeasure​(java.lang.String metricKey, int value)
      Add a new measure of a given metric which measure type will be int
      void addMeasure​(java.lang.String metricKey, long value)
      Add a new measure of a given metric which measure type will be long
      void addMeasure​(java.lang.String metricKey, java.lang.String value)
      Add a new measure of a given metric which measure type will be string
      java.lang.Iterable<Measure> getChildrenMeasures​(java.lang.String metric)
      Returns measures from a given metric on children of the current component.
      Component getComponent()
      Returns the current component.
      java.util.List<Issue> getIssues()
      Return list of all issues (open, closed, etc.) of current component.
      Measure getMeasure​(java.lang.String metric)
      Returns the measure from a given metric on the current component.
      Settings getSettings()
      Returns settings of the current component.
      void setIssues​(java.util.List<Issue> issues)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait