com.atlassian.bamboo.configuration.agent.elastic
Class ElasticAgentOnImagePredicate

java.lang.Object
  extended by com.atlassian.bamboo.configuration.agent.elastic.ElasticAgentOnImagePredicate
All Implemented Interfaces:
com.google.common.base.Predicate<BuildAgent>

public class ElasticAgentOnImagePredicate
extends java.lang.Object
implements com.google.common.base.Predicate<BuildAgent>


Constructor Summary
ElasticAgentOnImagePredicate(java.util.List<ElasticImageConfiguration> elasticImageConfigurations)
           
 
Method Summary
 boolean apply(BuildAgent agent)
           
 
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

ElasticAgentOnImagePredicate

public ElasticAgentOnImagePredicate(java.util.List<ElasticImageConfiguration> elasticImageConfigurations)
Method Detail

apply

public boolean apply(@Nullable
                     BuildAgent agent)
Specified by:
apply in interface com.google.common.base.Predicate<BuildAgent>


Copyright © 2011 Atlassian. All Rights Reserved.