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(ImmutablePlan plan,
Map<String,Object> configObjects,
BuildDefinition buildDefinition)
Implementors can add their custom objects to the configObjects map.
|
void populateBuildDefinition(@NotNull ImmutablePlan plan, @NotNull Map<String,Object> configObjects, @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 © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.