org.sonar.batch.qualitygate
Class ResolvedCondition

java.lang.Object
  extended by org.sonar.batch.qualitygate.ResolvedCondition

public class ResolvedCondition
extends Object


Constructor Summary
ResolvedCondition(com.google.gson.JsonObject jsonObject, Metric metric)
           
 
Method Summary
 String errorThreshold()
           
 Long id()
           
 Metric metric()
           
 String metricKey()
           
 String operator()
           
 Integer period()
           
 String warningThreshold()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResolvedCondition

public ResolvedCondition(com.google.gson.JsonObject jsonObject,
                         Metric metric)
Method Detail

id

public Long id()

metricKey

public String metricKey()

metric

public Metric metric()

operator

public String operator()

warningThreshold

@CheckForNull
public String warningThreshold()

errorThreshold

@CheckForNull
public String errorThreshold()

period

@CheckForNull
public Integer period()


Copyright © 2009–2015 SonarSource. All rights reserved.