Uses of Class
com.atlassian.bamboo.specs.api.builders.AtlassianModule
Package
Description
Task conditions.
Shared credentials for authenticating repositories or AWS access.
Items stored in environment custom plugins configuration.
Bamboo notifications support.
Generic plan-local and linked source code repositories as well as change detection settings, see also com.atlassian.bamboo.specs.builders.repository for specific repository types.
Generic repository viewers, see also com.atlassian.bamboo.specs.builders.repository.viewer for specific viewers.
Generic classes, such as the
AnyTask
class for handling tasks unsupported by Bamboo Specs.Build triggers.
-
Uses of AtlassianModule in com.atlassian.bamboo.specs.api.builders.condition
ModifierConstructorDescriptionAnyTaskCondition
(@NotNull AtlassianModule atlassianModule) Specifies a condition of given type. -
Uses of AtlassianModule in com.atlassian.bamboo.specs.api.builders.credentials
ModifierConstructorDescriptionAnySharedCredentials
(@NotNull String name, @NotNull AtlassianModule atlassianPlugin) Create a shared credential of given name and type. -
Uses of AtlassianModule in com.atlassian.bamboo.specs.api.builders.deployment.configuration
ModifierConstructorDescriptionAnyPluginConfiguration
(@NotNull AtlassianModule atlassianPlugin) Specifies a configuration for a specified plugin. -
Uses of AtlassianModule in com.atlassian.bamboo.specs.api.builders.notification
ModifierConstructorDescriptionAnyNotificationRecipient
(@NotNull AtlassianModule atlassianPlugin) Specifies a notification recipient of a given type.AnyNotificationType
(@NotNull AtlassianModule atlassianPlugin) Specifies a notification condition of a given type. -
Uses of AtlassianModule in com.atlassian.bamboo.specs.api.builders.repository
ModifierConstructorDescriptionAnyVcsRepository
(AtlassianModule atlassianPlugin) Specifies a repository of given type. -
Uses of AtlassianModule in com.atlassian.bamboo.specs.api.builders.repository.viewer
ModifierConstructorDescriptionAnyVcsRepositoryViewer
(@NotNull AtlassianModule atlassianPlugin) Specifies a repository viewer of given type. -
Uses of AtlassianModule in com.atlassian.bamboo.specs.api.builders.task
ModifierConstructorDescriptionAnyTask
(@NotNull AtlassianModule atlassianPlugin) Specifies a task of given type. -
Uses of AtlassianModule in com.atlassian.bamboo.specs.api.builders.trigger
ModifierConstructorDescriptionAnyTrigger
(@NotNull AtlassianModule atlassianModule) Specifies a trigger of given type.AnyTriggerCondition
(@NotNull AtlassianModule atlassianPlugin)