com.pmease.quickbuild.setting.step.nodematcher
Class BuildAgentMatcher

java.lang.Object
  extended by com.pmease.quickbuild.setting.step.nodematcher.BuildAgentMatcher
All Implemented Interfaces:
NodeMatcher, java.io.Serializable

public class BuildAgentMatcher
extends java.lang.Object
implements NodeMatcher

See Also:
Serialized Form

Constructor Summary
BuildAgentMatcher()
           
 
Method Summary
 java.lang.String getAddress()
           
 boolean matches(Step step, GridNode node)
           
 void setAddress(java.lang.String address)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildAgentMatcher

public BuildAgentMatcher()
Method Detail

getAddress

@NotEmpty
public java.lang.String getAddress()

setAddress

public void setAddress(java.lang.String address)

matches

public boolean matches(Step step,
                       GridNode node)
Specified by:
matches in interface NodeMatcher


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