Interface Triggerable

All Superinterfaces:
BambooIdProvider
All Known Subinterfaces:
Chain, ChainBranch, DecoratedEnvironment, Environment, EnvironmentStub, ImmutableChain, ImmutableChainBranch, ImmutableTopLevelPlan, InternalEnvironment, MutableEnvironment, TopLevelPlan
All Known Implementing Classes:
AbstractChain, AbstractImmutableChain, ChainBranchImpl, DecoratedEnvironmentImpl, DefaultChain, EnvironmentImpl, EnvironmentStubDto, EnvironmentStubImpl, EnvironmentWithConfigCounts, ImmutableChainBranchImpl, ImmutableChainImpl, InternalEnvironmentImpl, InternalEnvironmentStubImpl, MutableEnvironmentImpl

public interface Triggerable extends BambooIdProvider
An entity that can start a process or task when triggered.
  • Method Details

    • isSuspended

      boolean isSuspended()
      Returns:
      true if automatic triggering is switched off for this object
    • getTriggerDefinitions

      @NotNull @NotNull List<TriggerDefinition> getTriggerDefinitions()
      Returns:
      immutable list of all triggers defined for this object
      Since:
      5.8