Uses of Interface
com.atlassian.bamboo.trigger.TriggerModuleDescriptor
-
-
Uses of TriggerModuleDescriptor in com.atlassian.bamboo.build.strategy
Methods in com.atlassian.bamboo.build.strategy that return TriggerModuleDescriptor Modifier and Type Method Description @Nullable TriggerModuleDescriptorTriggerTypeManagerImpl. getTriggerDescriptor(@Nullable String pluginKey)Methods in com.atlassian.bamboo.build.strategy that return types with arguments of type TriggerModuleDescriptor Modifier and Type Method Description @NotNull Iterable<TriggerModuleDescriptor>TriggerTypeManagerImpl. getAvailableTriggerDescriptors(@NotNull Triggerable triggerable)Iterable<TriggerModuleDescriptor>TriggerTypeManagerImpl. getAvailableTriggerDescriptorsByType(Class<? extends Triggerable> triggerableClass) -
Uses of TriggerModuleDescriptor in com.atlassian.bamboo.deployments.environments.actions.triggers
Fields in com.atlassian.bamboo.deployments.environments.actions.triggers declared as TriggerModuleDescriptor Modifier and Type Field Description protected TriggerModuleDescriptorConfigureEnvironmentTriggers. triggerDescriptorMethods in com.atlassian.bamboo.deployments.environments.actions.triggers that return types with arguments of type TriggerModuleDescriptor Modifier and Type Method Description Iterable<TriggerModuleDescriptor>ConfigureEnvironmentTriggers. getAvailableTriggerTypes() -
Uses of TriggerModuleDescriptor in com.atlassian.bamboo.deployments.environments.service
Methods in com.atlassian.bamboo.deployments.environments.service with parameters of type TriggerModuleDescriptor Modifier and Type Method Description TriggerDefinitionEnvironmentTriggerService. createEnvironmentTrigger(long environmentId, @NotNull TriggerModuleDescriptor triggerModuleDescriptor, @Nullable String userDescription, boolean isEnabled, @NotNull Map<String,String> configuration)Create a trigger Definition and save it against the planTriggerDefinitionEnvironmentTriggerServiceImpl. createEnvironmentTrigger(long environmentId, @NotNull TriggerModuleDescriptor triggerModuleDescriptor, @Nullable String userDescription, boolean isEnabled, @NotNull Map<String,String> configuration) -
Uses of TriggerModuleDescriptor in com.atlassian.bamboo.plugin.descriptor
Classes in com.atlassian.bamboo.plugin.descriptor that implement TriggerModuleDescriptor Modifier and Type Class Description classTriggerModuleDescriptorImpl -
Uses of TriggerModuleDescriptor in com.atlassian.bamboo.plugins.stash
Methods in com.atlassian.bamboo.plugins.stash that return TriggerModuleDescriptor Modifier and Type Method Description TriggerModuleDescriptorStashRepositoryImpl. getDefaultTriggerModule() -
Uses of TriggerModuleDescriptor in com.atlassian.bamboo.repository
Methods in com.atlassian.bamboo.repository that return TriggerModuleDescriptor Modifier and Type Method Description TriggerModuleDescriptorAbstractRepository. getDefaultTriggerModule()Deprecated.since 5.14static TriggerModuleDescriptorAbstractRepository. getPollingTriggerModule()Deprecated.since 5.14 -
Uses of TriggerModuleDescriptor in com.atlassian.bamboo.trigger
Methods in com.atlassian.bamboo.trigger that return TriggerModuleDescriptor Modifier and Type Method Description @Nullable TriggerModuleDescriptorTriggerTypeManager. getTriggerDescriptor(@Nullable String pluginKey)Get the trigger type descriptor matching a particular plugin key.Methods in com.atlassian.bamboo.trigger that return types with arguments of type TriggerModuleDescriptor Modifier and Type Method Description @NotNull Iterable<TriggerModuleDescriptor>TriggerTypeManager. getAvailableTriggerDescriptors(@NotNull Triggerable triggerable)Provides a list of available trigger types for a specific triggerable.Iterable<TriggerModuleDescriptor>TriggerTypeManager. getAvailableTriggerDescriptorsByType(Class<? extends Triggerable> triggerableClass)Provides a list of available trigger types for a specific type of triggerable.Methods in com.atlassian.bamboo.trigger with parameters of type TriggerModuleDescriptor Modifier and Type Method Description TriggerDefinitionTriggerConfigurationService. createTrigger(@NotNull PlanKey planKey, @NotNull TriggerModuleDescriptor triggerModuleDescriptor, @Nullable String userDescription, boolean isEnabled, @Nullable Set<Long> triggeringRepositories, @NotNull Map<String,String> configuration, @NotNull Map<String,String> triggerConditionsConfiguration)Create a trigger Definition and save it against the planTriggerDefinitionTriggerConfigurationServiceImpl. createTrigger(@NotNull PlanKey planKey, @NotNull TriggerModuleDescriptor triggerDescriptor, @NotNull String userDescription, boolean isEnabled, @Nullable Set<Long> triggeringRepositories, @NotNull Map<String,String> configuration, @NotNull Map<String,String> triggerConditionsConfiguration)TriggerDefinitionImpl.BuilderTriggerDefinitionImpl.Builder. fromDescriptor(@NotNull TriggerModuleDescriptor moduleDescriptor) -
Uses of TriggerModuleDescriptor in com.atlassian.bamboo.trigger.applicability
Methods in com.atlassian.bamboo.trigger.applicability with parameters of type TriggerModuleDescriptor Modifier and Type Method Description booleanTriggerApplicabilityCondition.CanTriggerPredicate. apply(@Nullable TriggerModuleDescriptor triggerModuleDescriptor)Deprecated.booleanTriggerApplicabilityCondition.CanTriggerTypePredicate. apply(@Nullable TriggerModuleDescriptor triggerModuleDescriptor)Deprecated. -
Uses of TriggerModuleDescriptor in com.atlassian.bamboo.ww2.actions.branch
Fields in com.atlassian.bamboo.ww2.actions.branch declared as TriggerModuleDescriptor Modifier and Type Field Description protected TriggerModuleDescriptorConfigureBranches. triggerDescriptorFields in com.atlassian.bamboo.ww2.actions.branch with type parameters of type TriggerModuleDescriptor Modifier and Type Field Description protected Iterable<TriggerModuleDescriptor>AbstractBranchTriggerConfigAction. triggerModuleDescriptorsMethods in com.atlassian.bamboo.ww2.actions.branch with parameters of type TriggerModuleDescriptor Modifier and Type Method Description protected @Nullable Set<Long>AbstractBranchTriggerConfigAction. triggeringRepositoriesFromInput(TriggerModuleDescriptor triggerDescriptor) -
Uses of TriggerModuleDescriptor in com.atlassian.bamboo.ww2.actions.chains.admin.triggers
Fields in com.atlassian.bamboo.ww2.actions.chains.admin.triggers declared as TriggerModuleDescriptor Modifier and Type Field Description protected TriggerModuleDescriptorConfigureChainTrigger. triggerDescriptorMethods in com.atlassian.bamboo.ww2.actions.chains.admin.triggers that return types with arguments of type TriggerModuleDescriptor Modifier and Type Method Description Iterable<TriggerModuleDescriptor>ConfigureChainTriggers. getAvailableTriggerTypes()Methods in com.atlassian.bamboo.ww2.actions.chains.admin.triggers with parameters of type TriggerModuleDescriptor Modifier and Type Method Description @NotNull Map<String,String>TriggerUIConfigBean. getTriggerConfigurationMap(@NotNull TriggerModuleDescriptor triggerDescriptor, @Nullable TriggerDefinition previousTriggerDefinition)@NotNull StringTriggerUIConfigBean. prepareCreateHtml(@NotNull TriggerModuleDescriptor triggerDescriptor, @NotNull TaskRenderMode renderMode, @NotNull DeploymentProject deploymentProject)@NotNull StringTriggerUIConfigBean. prepareCreateHtml(@NotNull TriggerModuleDescriptor triggerDescriptor, @NotNull TaskRenderMode renderMode, @Nullable Triggerable triggerable)@NotNull StringTriggerUIConfigBean. prepareEditHtml(@NotNull TriggerModuleDescriptor triggerDescriptor, @NotNull TriggerDefinition triggerDefinition, @NotNull TaskRenderMode renderMode, @NotNull Triggerable triggerable)@NotNull StringTriggerUIConfigBean. prepareViewHtml(@NotNull TriggerModuleDescriptor triggerDescriptor, @NotNull TriggerDefinition triggerDefinition, @Nullable Triggerable triggerable)voidTriggerUIConfigBean. validateTriggerConfiguration(@NotNull TriggerModuleDescriptor triggerDescriptor, @NotNull ErrorCollection errorCollection)
-