Uses of Interface
com.atlassian.bamboo.trigger.TriggerActivator
-
-
Uses of TriggerActivator in com.atlassian.bamboo.build.strategy
Methods in com.atlassian.bamboo.build.strategy that return TriggerActivator Modifier and Type Method Description @Nullable TriggerActivator
TriggerTypeManagerImpl. getTriggerActivator(@NotNull String pluginKey)
-
Uses of TriggerActivator in com.atlassian.bamboo.configuration.external.yaml
Fields in com.atlassian.bamboo.configuration.external.yaml with type parameters of type TriggerActivator Modifier and Type Field Description static Predicate<com.atlassian.plugin.ModuleDescriptor<TriggerActivator>>
BambooYamlParserImpl. TRIGGER_MODULE_DESCRIPTORS_PREDICATE
-
Uses of TriggerActivator in com.atlassian.bamboo.plugins.bitbucket.trigger
Classes in com.atlassian.bamboo.plugins.bitbucket.trigger that implement TriggerActivator Modifier and Type Class Description class
BitbucketCloudTriggerActivator
-
Uses of TriggerActivator in com.atlassian.bamboo.plugins.stash.trigger
Classes in com.atlassian.bamboo.plugins.stash.trigger that implement TriggerActivator Modifier and Type Class Description class
StashTriggerActivator
-
Uses of TriggerActivator in com.atlassian.bamboo.trigger
Methods in com.atlassian.bamboo.trigger that return TriggerActivator Modifier and Type Method Description @Nullable TriggerActivator
TriggerTypeManager. getTriggerActivator(@NotNull String pluginKey)
GetTriggerActivator
instance for a particular plugin key. -
Uses of TriggerActivator in com.atlassian.bamboo.trigger.cron
Classes in com.atlassian.bamboo.trigger.cron that implement TriggerActivator Modifier and Type Class Description class
CronTriggerActivator
-
Uses of TriggerActivator in com.atlassian.bamboo.trigger.daily
Classes in com.atlassian.bamboo.trigger.daily that implement TriggerActivator Modifier and Type Class Description class
DailyTriggerActivator
-
Uses of TriggerActivator in com.atlassian.bamboo.trigger.dependency
Classes in com.atlassian.bamboo.trigger.dependency that implement TriggerActivator Modifier and Type Class Description class
AfterSuccessfulDeploymentTriggerActivator
class
AfterSuccessfulPlanTriggerActivator
class
AfterSuccessfulStageTriggerActivator
-
Uses of TriggerActivator in com.atlassian.bamboo.trigger.polling
Classes in com.atlassian.bamboo.trigger.polling that implement TriggerActivator Modifier and Type Class Description class
PollingTriggerActivator
-
Uses of TriggerActivator in com.atlassian.bamboo.trigger.quartz
Classes in com.atlassian.bamboo.trigger.quartz that implement TriggerActivator Modifier and Type Class Description class
AbstractQuartzTriggerActivator
-
Uses of TriggerActivator in com.atlassian.bamboo.trigger.remote
Classes in com.atlassian.bamboo.trigger.remote that implement TriggerActivator Modifier and Type Class Description class
RemoteTriggerActivator
-
Uses of TriggerActivator in com.atlassian.bamboo.trigger.tag
Classes in com.atlassian.bamboo.trigger.tag that implement TriggerActivator Modifier and Type Class Description class
TagTriggerActivator
-