public interface CustomBuildDefinitionTransformer
BuildDefinition
object as it's be created from XML.
This allows you to put arbitrary objects into the custom objects mapModifier and Type | Method and Description |
---|---|
void |
transformBuildDefinition(Map<String,Object> configObjects,
Map<String,String> configParameters,
BuildDefinition buildDefinition)
Implementors can add their custom objects to the configObjects map.
|
void transformBuildDefinition(@NotNull Map<String,Object> configObjects, @NotNull Map<String,String> configParameters, @NotNull BuildDefinition buildDefinition)
configObjects
- - Map - string key, object value. A map to put custom objects into.configParameters
- - Map - String key, string value. These are taken from all fields that begin with "custom."buildDefinition
- - the fully constructed BuildDefinition
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.