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 Details

  • Method Details

    • apply

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