Package | Description |
---|---|
com.atlassian.bamboo.specs.api.builders.notification |
Bamboo notifications support.
|
com.atlassian.bamboo.specs.api.model.deployment |
Deployment project and environments.
|
com.atlassian.bamboo.specs.api.model.notification |
Bamboo notifications support.
|
com.atlassian.bamboo.specs.api.model.plan |
Plan, plan branches, stages and jobs.
|
Modifier and Type | Method and Description |
---|---|
protected NotificationProperties |
Notification.build() |
Modifier and Type | Method and Description |
---|---|
List<NotificationProperties> |
EnvironmentProperties.getNotifications() |
Constructor and Description |
---|
EnvironmentProperties(String name,
String description,
List<TaskProperties> tasks,
List<TaskProperties> finalTasks,
List<TriggerProperties> triggers,
List<VariableProperties> variables,
List<RequirementProperties> requirements,
List<NotificationProperties> notifications,
DockerConfigurationProperties dockerConfiguration,
Collection<EnvironmentPluginConfigurationProperties> pluginConfigurations) |
Modifier and Type | Class and Description |
---|---|
class |
EmptyNotificationsListProperties
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<NotificationProperties> |
PlanProperties.getNotifications() |
Constructor and Description |
---|
PlanProperties(BambooOidProperties oid,
BambooKeyProperties key,
String name,
String description,
ProjectProperties project,
List<StageProperties> stages,
List<PlanRepositoryLinkProperties> repositories,
List<TriggerProperties> triggers,
List<VariableProperties> variables,
boolean enabled,
Collection<PluginConfigurationProperties> pluginConfigurations,
PlanBranchManagementProperties planBranchManagementProperties,
DependenciesProperties dependenciesProperties,
RepositoryStoredSpecsData repositoryStoredSpecsData,
List<NotificationProperties> notifications,
Boolean forceStopHungBuilds,
List<VcsRepositoryBranchProperties> repositoryBranches,
List<LabelProperties> labels,
PlanBranchConfigurationProperties planBranchConfiguration) |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.