Class ElasticAgentOnImagePredicate
java.lang.Object
com.atlassian.bamboo.configuration.agent.elastic.ElasticAgentOnImagePredicate
- All Implemented Interfaces:
com.google.common.base.Predicate<BuildAgent>
,Predicate<BuildAgent>
public class ElasticAgentOnImagePredicate
extends Object
implements com.google.common.base.Predicate<BuildAgent>
-
Constructor Summary
ConstructorDescriptionElasticAgentOnImagePredicate
(List<ElasticImageConfiguration> elasticImageConfigurations) -
Method Summary
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, test
-
Constructor Details
-
ElasticAgentOnImagePredicate
-
-
Method Details
-
apply
- Specified by:
apply
in interfacecom.google.common.base.Predicate<BuildAgent>
-