com.atlassian.bamboo.trigger
Interface Triggerable

All Superinterfaces:
BambooIdProvider
All Known Subinterfaces:
Chain, ChainBranch, Environment, ImmutableChain, ImmutableChainBranch, ImmutableTopLevelPlan, InternalEnvironment, MutableEnvironment, TopLevelPlan
All Known Implementing Classes:
AbstractChain, AbstractImmutableChain, ChainBranchImpl, DefaultChain, EnvironmentImpl, ImmutableChainBranchImpl, ImmutableChainImpl, MutableEnvironmentImpl

public interface Triggerable
extends BambooIdProvider

An entity that can start a process or task when triggered by a Trigger


Method Summary
 java.util.List<BuildStrategy> getTriggers()
           
 boolean isSuspended()
           
 
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider
getId
 

Method Detail

isSuspended

boolean isSuspended()
Returns:
true iff automatic triggering is switched off for this object

getTriggers

@NotNull
java.util.List<BuildStrategy> getTriggers()
Returns:
all triggers defined for this object


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.