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(AtlassianModule atlassianModule)
Specifies a condition of given type.
|
Constructor and Description |
---|
AnySharedCredentials(String name,
AtlassianModule atlassianPlugin)
Create a shared credential of given name and type.
|
Constructor and Description |
---|
AnyPluginConfiguration(AtlassianModule atlassianPlugin)
Specifies a configuration for a specified plugin.
|
Constructor and Description |
---|
AnyNotificationRecipient(AtlassianModule atlassianPlugin)
Specifies a notification recipient of a given type.
|
AnyNotificationType(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(AtlassianModule atlassianPlugin)
Specifies a repository viewer of given type.
|
Constructor and Description |
---|
AnyTask(AtlassianModule atlassianPlugin)
Specifies a task of given type.
|
Modifier and Type | Method and Description |
---|---|
AnyTriggerCondition<T,P> |
AnyTriggerCondition.atlassianPlugin(AtlassianModule atlassianPlugin) |
Constructor and Description |
---|
AnyTrigger(AtlassianModule atlassianModule)
Specifies a trigger of given type.
|
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.