org.hudsonci.utils.tasks
Interface MetaProject.Filter

Enclosing class:
MetaProject

public static interface MetaProject.Filter


Method Summary
 boolean accept(MetaProject project)
          Return true to include the given project in the result.
 

Method Detail

accept

boolean accept(MetaProject project)
Return true to include the given project in the result.

Parameters:
project - Never null


Copyright © 2004-2011 Hudson. All Rights Reserved.