public interface CustomBuildDefinitionGenerator
BuildDefinition
object as it's created from BuildConfiguration
.
This allows you to put arbitrary objects into the custom objects map.Modifier and Type | Method and Description |
---|---|
void |
populateBuildDefinition(@NotNull ImmutablePlan plan,
@NotNull Map<String,Object> configObjects,
@NotNull BuildDefinition buildDefinition)
Implementors can add their custom objects to the configObjects map.
|
void populateBuildDefinition(@NotNull @NotNull ImmutablePlan plan, @NotNull @NotNull Map<String,Object> configObjects, @NotNull @NotNull BuildDefinition buildDefinition)
plan
- ImmutablePlan
whose BuildDefinition
is being populatedconfigObjects
- - Map - string key, object value. A map to put custom objects into.buildDefinition
- - the fully constructed BuildDefinition
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.