com.pmease.quickbuild.resource.nodeselection
Class BuildAgentSelection

java.lang.Object
  extended by com.pmease.quickbuild.resource.nodeselection.BuildAgentSelection
All Implemented Interfaces:
NodeSelection, java.io.Serializable

public class BuildAgentSelection
extends java.lang.Object
implements NodeSelection

See Also:
Serialized Form

Constructor Summary
BuildAgentSelection()
           
 
Method Summary
 java.lang.String getAddress()
           
 boolean matches(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

BuildAgentSelection

public BuildAgentSelection()
Method Detail

getAddress

@NotEmpty
public java.lang.String getAddress()

setAddress

public void setAddress(java.lang.String address)

matches

public boolean matches(GridNode node)
Specified by:
matches in interface NodeSelection


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