com.pmease.quickbuild.setting.step.nodematcher
Interface NodeMatcher

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AndMatcher, AnyBuildAgentMatcher, AnyNodeMatcher, AttributeMatcher, BuildAgentMatcher, HasAttributeMatcher, HashAttributeValueMatcher, HasResourceMatcher, LinuxNodeMatcher, MacNodeMatcher, NotMatcher, OrMatcher, ParamNodeMatcher, ParentNodeMatcher, PreviousNodeMatcher, ScriptNodeMatcher, ServerNodeMatcher, SolarisNodeMatcher, UserAgentMatcher, VariableNodeMatcher, WindowsNodeMatcher

public interface NodeMatcher
extends java.io.Serializable


Method Summary
 boolean matches(Step step, GridNode node)
           
 

Method Detail

matches

boolean matches(Step step,
                GridNode node)


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.