org.sonar.api.issue.condition
Class IsUnResolved

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

@Beta
public class IsUnResolved
extends Object
implements Condition

Since:
3.6

Constructor Summary
IsUnResolved()
           
 
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

IsUnResolved

public IsUnResolved()
Method Detail

matches

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


Copyright © 2009-2014 SonarSource. All Rights Reserved.