| Package | Description |
|---|---|
| com.atlassian.bamboo.specs.api.builders |
The 'builders.*' packages contain classes you can use to define your Bamboo configuration as code, see also com.atlassian.bamboo.specs.builders.
|
| com.atlassian.bamboo.specs.api.model.notification |
Bamboo notifications support.
|
| com.atlassian.bamboo.specs.api.model.task |
The AnyTask class for handling tasks unsupported by Bamboo Specs.
|
| com.atlassian.bamboo.specs.api.model.trigger |
Build triggers.
|
| com.atlassian.bamboo.specs.builders.trigger |
Build triggers.
|
| com.atlassian.bamboo.specs.model.notification |
Bamboo notifications support.
|
| com.atlassian.bamboo.specs.model.task |
Tasks you can execute in a job.
|
| com.atlassian.bamboo.specs.model.trigger |
Build triggers.
|
| Modifier and Type | Method and Description |
|---|---|
static Applicability |
Applicability.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Applicability[] |
Applicability.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Applicability> |
AnyNotificationRecipientProperties.applicableTo() |
Set<Applicability> |
AnyNotificationTypeProperties.applicableTo() |
Set<Applicability> |
NotificationRecipientProperties.applicableTo()
Determines if notification recipient is applicable to
PLANS or DEPLOYMENTS. |
Set<Applicability> |
NotificationTypeProperties.applicableTo()
Determines if notification type is applicable to
PLANS or DEPLOYMENTS. |
| Constructor and Description |
|---|
AnyNotificationRecipientProperties(@NotNull AtlassianModuleProperties atlassianPlugin,
String recipientString,
EnumSet<Applicability> applicableTo) |
AnyNotificationTypeProperties(@NotNull AtlassianModuleProperties atlassianPlugin,
String conditionString,
EnumSet<Applicability> applicableTo) |
| Modifier and Type | Method and Description |
|---|---|
EnumSet<Applicability> |
TaskProperties.applicableTo() |
| Modifier and Type | Method and Description |
|---|---|
EnumSet<Applicability> |
RepositoryBasedTriggerProperties.applicableTo() |
EnumSet<Applicability> |
TriggerProperties.applicableTo() |
| Modifier and Type | Method and Description |
|---|---|
EnumSet<Applicability> |
DeploymentTriggerProperties.applicableTo() |
| Modifier and Type | Method and Description |
|---|---|
Set<Applicability> |
XFailedChainsNotificationProperties.applicableTo() |
Set<Applicability> |
BuildErrorNotificationProperties.applicableTo() |
| Modifier and Type | Method and Description |
|---|---|
EnumSet<Applicability> |
MochaParserTaskProperties.applicableTo() |
EnumSet<Applicability> |
MavenDependenciesProcessorTaskProperties.applicableTo() |
EnumSet<Applicability> |
TestParserTaskProperties.applicableTo() |
EnumSet<Applicability> |
NUnitRunnerTaskProperties.applicableTo() |
| Modifier and Type | Method and Description |
|---|---|
EnumSet<Applicability> |
ScheduledTriggerProperties.applicableTo() |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.