Package | Description |
---|---|
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.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 PlanRepositoryLinkProperties |
PlanRepositoryLink.build() |
Modifier and Type | Method and Description |
---|---|
List<PlanRepositoryLinkProperties> |
PlanProperties.getRepositories() |
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) |
Modifier and Type | Method and Description |
---|---|
String |
PlanRepositoriesEmitter.emitCode(CodeGenerationContext context,
Iterable<PlanRepositoryLinkProperties> value) |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.