Uses of Class
com.atlassian.bamboo.specs.api.builders.AtlassianModule
-
Packages that use AtlassianModule Package Description com.atlassian.bamboo.specs.api.builders.condition Task conditions.com.atlassian.bamboo.specs.api.builders.credentials Shared credentials for authenticating repositories or AWS access.com.atlassian.bamboo.specs.api.builders.deployment.configuration Items stored in environment custom plugins configuration.com.atlassian.bamboo.specs.api.builders.notification Bamboo notifications support.com.atlassian.bamboo.specs.api.builders.repository 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.com.atlassian.bamboo.specs.api.builders.repository.viewer Generic repository viewers, see also com.atlassian.bamboo.specs.builders.repository.viewer for specific viewers.com.atlassian.bamboo.specs.api.builders.task Generic classes, such as theAnyTaskclass for handling tasks unsupported by Bamboo Specs.com.atlassian.bamboo.specs.api.builders.trigger Build triggers. -
-
Uses of AtlassianModule in com.atlassian.bamboo.specs.api.builders.condition
Constructors in com.atlassian.bamboo.specs.api.builders.condition with parameters of type AtlassianModule Constructor Description AnyTaskCondition(@NotNull AtlassianModule atlassianModule)Specifies a condition of given type. -
Uses of AtlassianModule in com.atlassian.bamboo.specs.api.builders.credentials
Constructors in com.atlassian.bamboo.specs.api.builders.credentials with parameters of type AtlassianModule Constructor Description AnySharedCredentials(@NotNull java.lang.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
Constructors in com.atlassian.bamboo.specs.api.builders.deployment.configuration with parameters of type AtlassianModule Constructor Description AnyPluginConfiguration(@NotNull AtlassianModule atlassianPlugin)Specifies a configuration for a specified plugin. -
Uses of AtlassianModule in com.atlassian.bamboo.specs.api.builders.notification
Constructors in com.atlassian.bamboo.specs.api.builders.notification with parameters of type AtlassianModule Constructor Description AnyNotificationRecipient(@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
Constructors in com.atlassian.bamboo.specs.api.builders.repository with parameters of type AtlassianModule Constructor Description AnyVcsRepository(AtlassianModule atlassianPlugin)Specifies a repository of given type. -
Uses of AtlassianModule in com.atlassian.bamboo.specs.api.builders.repository.viewer
Constructors in com.atlassian.bamboo.specs.api.builders.repository.viewer with parameters of type AtlassianModule Constructor Description AnyVcsRepositoryViewer(@NotNull AtlassianModule atlassianPlugin)Specifies a repository viewer of given type. -
Uses of AtlassianModule in com.atlassian.bamboo.specs.api.builders.task
Constructors in com.atlassian.bamboo.specs.api.builders.task with parameters of type AtlassianModule Constructor Description AnyTask(@NotNull AtlassianModule atlassianPlugin)Specifies a task of given type. -
Uses of AtlassianModule in com.atlassian.bamboo.specs.api.builders.trigger
Constructors in com.atlassian.bamboo.specs.api.builders.trigger with parameters of type AtlassianModule Constructor Description AnyTrigger(@NotNull AtlassianModule atlassianModule)Specifies a trigger of given type.AnyTriggerCondition(@NotNull AtlassianModule atlassianPlugin)
-