org.sonar.api.workflow.condition
Class Conditions
java.lang.Object
org.sonar.api.workflow.condition.Conditions
@Beta
public final class Conditions
- extends Object
Static utility methods pertaining to Condition
instances.
- Since:
- 3.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
not
public static Condition not(Condition c)
hasReviewProperty
public static Condition hasReviewProperty(String propertyKey)
hasProjectProperty
public static Condition hasProjectProperty(String propertyKey)
hasAdminRole
public static Condition hasAdminRole()
statuses
public static Condition statuses(String... statuses)
resolutions
public static Condition resolutions(String... resolutions)
Copyright © 2009-2012 SonarSource. All Rights Reserved.