Uses of Interface
com.atlassian.bamboo.trigger.export.TriggerDefinitionExporter
-
-
Uses of TriggerDefinitionExporter in com.atlassian.bamboo.configuration.external.helpers
Methods in com.atlassian.bamboo.configuration.external.helpers that return TriggerDefinitionExporter Modifier and Type Method Description TriggerDefinitionExporter
TriggerDefinitionExportHelper. getExporter(@NotNull com.atlassian.bamboo.specs.api.model.trigger.TriggerProperties properties)
-
Uses of TriggerDefinitionExporter in com.atlassian.bamboo.plugin.descriptor
Methods in com.atlassian.bamboo.plugin.descriptor that return TriggerDefinitionExporter Modifier and Type Method Description @Nullable TriggerDefinitionExporter
TriggerModuleDescriptorImpl. getTriggerExporter()
-
Uses of TriggerDefinitionExporter in com.atlassian.bamboo.plugins.bitbucket.trigger
Classes in com.atlassian.bamboo.plugins.bitbucket.trigger that implement TriggerDefinitionExporter Modifier and Type Class Description class
BitbucketCloudTriggerExporter
-
Uses of TriggerDefinitionExporter in com.atlassian.bamboo.plugins.stash.trigger
Classes in com.atlassian.bamboo.plugins.stash.trigger that implement TriggerDefinitionExporter Modifier and Type Class Description class
BitbucketServerTriggerExporter
-
Uses of TriggerDefinitionExporter in com.atlassian.bamboo.trigger
Methods in com.atlassian.bamboo.trigger that return TriggerDefinitionExporter Modifier and Type Method Description @Nullable TriggerDefinitionExporter
TriggerModuleDescriptor. getTriggerExporter()
Retrieves the plugin class responsible for exporting of user configuration of this plugin. -
Uses of TriggerDefinitionExporter in com.atlassian.bamboo.trigger.export
Classes in com.atlassian.bamboo.trigger.export that implement TriggerDefinitionExporter Modifier and Type Class Description class
DefaultTriggerDefinitionExporter
-
Uses of TriggerDefinitionExporter in com.atlassian.bamboo.trigger.exporters
Classes in com.atlassian.bamboo.trigger.exporters that implement TriggerDefinitionExporter Modifier and Type Class Description class
AfterSuccessfulDeploymentTriggerExporter
class
AfterSuccessfulPlanTriggerExporter
class
AfterSuccessfulStageTriggerExporter
class
RemoteTriggerDefinitionExporter
class
RepositoryPollingTriggerDefinitionExporter
class
ScheduledTriggerDefinitionExporter
class
TagTriggerDefinitionExporter
-