Uses of Class
org.sonar.wsclient.qualitygate.NewCondition

Packages that use NewCondition
org.sonar.wsclient.qualitygate   
org.sonar.wsclient.qualitygate.internal   
 

Uses of NewCondition in org.sonar.wsclient.qualitygate
 

Methods in org.sonar.wsclient.qualitygate that return NewCondition
static NewCondition NewCondition.create(long qGateId)
           
 NewCondition NewCondition.errorThreshold(String error)
           
 NewCondition NewCondition.metricKey(String metricKey)
           
 NewCondition NewCondition.operator(String operator)
           
 NewCondition NewCondition.period(Integer period)
           
 NewCondition NewCondition.warningThreshold(String warning)
           
 

Methods in org.sonar.wsclient.qualitygate with parameters of type NewCondition
 QualityGateCondition QualityGateClient.createCondition(NewCondition condition)
           
 

Uses of NewCondition in org.sonar.wsclient.qualitygate.internal
 

Methods in org.sonar.wsclient.qualitygate.internal with parameters of type NewCondition
 QualityGateCondition DefaultQualityGateClient.createCondition(NewCondition condition)
           
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.