com.atlassian.bamboo.logger
Class ErrorOfPlanResultPredicate

java.lang.Object
  extended by com.atlassian.bamboo.logger.ErrorOfPlanResultPredicate
All Implemented Interfaces:
com.google.common.base.Predicate<ErrorDetails>

public class ErrorOfPlanResultPredicate
extends java.lang.Object
implements com.google.common.base.Predicate<ErrorDetails>


Constructor Summary
ErrorOfPlanResultPredicate(PlanResultKey planResultKey)
           
 
Method Summary
 boolean apply(ErrorDetails errorDetails)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Predicate
equals
 

Constructor Detail

ErrorOfPlanResultPredicate

public ErrorOfPlanResultPredicate(PlanResultKey planResultKey)
Method Detail

apply

public boolean apply(ErrorDetails errorDetails)
Specified by:
apply in interface com.google.common.base.Predicate<ErrorDetails>


Copyright © 2011 Atlassian. All Rights Reserved.