public interface TriggerTypeManager
Modifier and Type | Field and Description |
---|---|
static String |
BUILD_STRATEGY_DAILY
Deprecated.
since 5.8
|
static String |
BUILD_STRATEGY_MANUAL
Deprecated.
since 5.8
|
static String |
BUILD_STRATEGY_POLLING
Deprecated.
since 5.8
|
static String |
BUILD_STRATEGY_SCHEDULED
Deprecated.
since 5.8
|
static String |
BUILD_STRATEGY_STASH
Deprecated.
since 5.8
|
static String |
BUILD_STRATEGY_TRIGGERED
Deprecated.
since 5.8
|
static String |
SELECTED_BUILD_STRATEGY
Deprecated.
since 5.8
|
@Deprecated static final String BUILD_STRATEGY_POLLING
@Deprecated static final String BUILD_STRATEGY_TRIGGERED
@Deprecated static final String BUILD_STRATEGY_DAILY
@Deprecated static final String BUILD_STRATEGY_SCHEDULED
@Deprecated static final String BUILD_STRATEGY_STASH
@Deprecated static final String BUILD_STRATEGY_MANUAL
@Deprecated static final String SELECTED_BUILD_STRATEGY
@NotNull Iterable<TriggerModuleDescriptor> getAvailableTriggerDescriptors(@NotNull Triggerable triggerable)
triggerable
- Iterable<TriggerModuleDescriptor> getAvailableTriggerDescriptorsByType(Class<? extends Triggerable> triggerableClass)
getAvailableTriggerDescriptors(Triggerable)
triggerableClass
- @Nullable TriggerModuleDescriptor getTriggerDescriptor(@Nullable String pluginKey)
pluginKey
- - key to matchTriggerModuleDescriptor
matching the given key if it exists. Null if the plugin can not be found.@Nullable TriggerActivator getTriggerActivator(@NotNull String pluginKey)
TriggerActivator
instance for a particular plugin key.pluginKey
- - key to matchTriggerActivator
matching the given key if it exists. Null if the plugin can not be found.@NotNull List<BuildTriggerCondition> getBuildTriggerConditions()
@NotNull List<BuildTriggerConditionModuleDescriptor> getAvailableBuildTriggerConditionModuleDescriptors()
@Nullable BuildTriggerConditionModuleDescriptor getBuildTriggerConditionDescriptor(String pluginKey)
pluginKey
- - key to matchBuildTriggerConditionModuleDescriptor
matching the given key if it exists. Null if the plugin can not be found.Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.