| Modifier and Type | Method and Description |
|---|---|
BuildDefinition |
BuildDefinitionManager.getBuildDefinition(Plan plan) |
BuildDefinition |
BuildDefinitionManager.getBuildDefinition(PlanKey planKey)
Returns a stateful version the build definition for the
Plan. |
BuildDefinition |
BuildDefinitionManager.getUnmergedBuildDefinition(PlanKey planKey)
Returns a stateful version the build definition for the
Plan. |
| Modifier and Type | Method and Description |
|---|---|
void |
BuildDefinitionManager.savePlanAndDefinition(Plan plan,
BuildDefinition buildDefinition)
Convert and save the build definition.
|
void |
BuildDefinitionManager.savePlanAndDefinition(Plan plan,
BuildDefinition buildDefinition,
boolean withQuartzJobsRestart)
Convert and save the build definition.
|
| Modifier and Type | Method and Description |
|---|---|
BuildContextBuilder |
BuildContextBuilder.buildDefinition(BuildDefinition buildDefinition) |
| Modifier and Type | Method and Description |
|---|---|
BuildDefinition |
FieldValueItem.getBuildDefinition() |
| Modifier and Type | Method and Description |
|---|---|
void |
FieldValueItem.setBuildDefinition(BuildDefinition buildDefinition) |
| Modifier and Type | Method and Description |
|---|---|
BuildDefinition |
PlanPermissionSkeleton.getBuildDefinition()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
BuildDefinition |
ImmutablePlan.getBuildDefinition()
Returns the
BuildDefinition that backs this Plan |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomBuildDefinitionGenerator.populateBuildDefinition(ImmutablePlan plan,
Map<String,Object> configObjects,
BuildDefinition buildDefinition)
Implementors can add their custom objects to the configObjects map.
|
void |
CustomBuildDefinitionTransformer.transformBuildDefinition(Map<String,Object> configObjects,
Map<String,String> configParameters,
BuildDefinition buildDefinition)
Implementors can add their custom objects to the configObjects map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaskManager.updateWorkingDirSelectors(ImmutableBuildable job,
BuildDefinition buildDefinition,
Map<Long,Long> repositoryIdsChanges)
Calculates id of the repository that defines working directory after repository or task edition.
|
| Modifier and Type | Method and Description |
|---|---|
BuildDefinition |
BuildContext.getBuildDefinition() |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.