org.sonar.batch.qualitygate
Class ResolvedCondition
java.lang.Object
org.sonar.batch.qualitygate.ResolvedCondition
public class ResolvedCondition
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResolvedCondition
public ResolvedCondition(com.google.gson.JsonObject jsonObject,
Metric metric)
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.