com.atlassian.bamboo.trigger.applicability
Class TriggerApplicabilityCondition.CanTriggerTypePredicate

java.lang.Object
  extended by com.atlassian.bamboo.trigger.applicability.TriggerApplicabilityCondition.CanTriggerTypePredicate
All Implemented Interfaces:
com.google.common.base.Predicate<TriggerModuleDescriptor>
Enclosing interface:
TriggerApplicabilityCondition

public static class TriggerApplicabilityCondition.CanTriggerTypePredicate
extends Object
implements com.google.common.base.Predicate<TriggerModuleDescriptor>


Constructor Summary
TriggerApplicabilityCondition.CanTriggerTypePredicate(Class<? extends Triggerable> triggerableType)
           
 
Method Summary
 boolean apply(TriggerModuleDescriptor triggerModuleDescriptor)
           
 
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

TriggerApplicabilityCondition.CanTriggerTypePredicate

public TriggerApplicabilityCondition.CanTriggerTypePredicate(Class<? extends Triggerable> triggerableType)
Method Detail

apply

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


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.