com.atlassian.bamboo.trigger.applicability
Class CanTriggerPlansWithRepositories

java.lang.Object
  extended by com.atlassian.bamboo.trigger.applicability.CanTriggerPlans
      extended by com.atlassian.bamboo.trigger.applicability.CanTriggerPlansWithRepositories
All Implemented Interfaces:
TriggerApplicabilityCondition

public class CanTriggerPlansWithRepositories
extends CanTriggerPlans
implements TriggerApplicabilityCondition


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.bamboo.trigger.applicability.TriggerApplicabilityCondition
TriggerApplicabilityCondition.CanTriggerPredicate, TriggerApplicabilityCondition.CanTriggerTypePredicate
 
Constructor Summary
CanTriggerPlansWithRepositories()
           
 
Method Summary
 boolean canTrigger(Triggerable triggerable)
          Detailed check of trigger applicability.
 
Methods inherited from class com.atlassian.bamboo.trigger.applicability.CanTriggerPlans
canTriggerType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.bamboo.trigger.applicability.TriggerApplicabilityCondition
canTriggerType
 

Constructor Detail

CanTriggerPlansWithRepositories

public CanTriggerPlansWithRepositories()
Method Detail

canTrigger

public boolean canTrigger(@NotNull
                          Triggerable triggerable)
Description copied from interface: TriggerApplicabilityCondition
Detailed check of trigger applicability. This can check attributes of the triggerable, not just its type, thus being more exact.

Specified by:
canTrigger in interface TriggerApplicabilityCondition
Overrides:
canTrigger in class CanTriggerPlans
Returns:


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