| Package | Description |
|---|---|
| com.atlassian.bamboo.specs.api.builders.label |
Bamboo labels support.
|
| com.atlassian.bamboo.specs.api.model.label |
Bamboo labels support.
|
| com.atlassian.bamboo.specs.api.model.plan |
Plan, plan branches, stages and jobs.
|
| com.atlassian.bamboo.specs.codegen.emitters.plan |
Various implementations of
CodeEmitter which are used for converting
Plan-related settings model into Java. |
| Modifier and Type | Method and Description |
|---|---|
protected LabelProperties |
Label.build() |
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyLabelsListProperties
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<LabelProperties> |
PlanProperties.getLabels() |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
String |
PlanLabelsEmitter.emitCode(CodeGenerationContext context,
Iterable<LabelProperties> value) |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.