| 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 the
AnyTask class for handling tasks unsupported by Bamboo Specs. |
| com.atlassian.bamboo.specs.api.builders.trigger |
Build triggers.
|
| Constructor and Description |
|---|
AnyTaskCondition(@NotNull AtlassianModule atlassianModule)
Specifies a condition of given type.
|
| Constructor and Description |
|---|
AnySharedCredentials(@NotNull String name,
@NotNull AtlassianModule atlassianPlugin)
Create a shared credential of given name and type.
|
| Constructor and Description |
|---|
AnyPluginConfiguration(@NotNull AtlassianModule atlassianPlugin)
Specifies a configuration for a specified plugin.
|
| Constructor and 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.
|
| Constructor and Description |
|---|
AnyVcsRepository(AtlassianModule atlassianPlugin)
Specifies a repository of given type.
|
| Constructor and Description |
|---|
AnyVcsRepositoryViewer(@NotNull AtlassianModule atlassianPlugin)
Specifies a repository viewer of given type.
|
| Constructor and Description |
|---|
AnyTask(@NotNull AtlassianModule atlassianPlugin)
Specifies a task of given type.
|
| Constructor and Description |
|---|
AnyTrigger(@NotNull AtlassianModule atlassianModule)
Specifies a trigger of given type.
|
AnyTriggerCondition(@NotNull AtlassianModule atlassianPlugin) |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.