org.sonar.api.issue.condition
Class HasResolution

java.lang.Object
  extended by org.sonar.api.issue.condition.HasResolution
All Implemented Interfaces:
Condition

@Beta
public class HasResolution
extends Object
implements Condition

Since:
3.6

Constructor Summary
HasResolution(String first, String... others)
           
 
Method Summary
 boolean matches(Issue issue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HasResolution

public HasResolution(String first,
                     String... others)
Method Detail

matches

public boolean matches(Issue issue)
Specified by:
matches in interface Condition


Copyright © 2009-2014 SonarSource. All Rights Reserved.