org.sonar.api.workflow.condition
Class ResolutionCondition
java.lang.Object
org.sonar.api.workflow.condition.Condition
org.sonar.api.workflow.condition.ResolutionCondition
@Beta
public final class ResolutionCondition
- extends Condition
- Since:
- 3.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResolutionCondition
public ResolutionCondition(Set<String> resolutions)
ResolutionCondition
public ResolutionCondition(String... resolutions)
doVerify
public boolean doVerify(@Nullable
Review review,
WorkflowContext context)
- Specified by:
doVerify
in class Condition
- Parameters:
review
- the review on "review conditions" like StatusCondition, null on "context conditions"
like AdminRoleCondition or ProjectPropertyCondition
- Returns:
- is the condition verified ?
Copyright © 2009-2012 SonarSource. All Rights Reserved.