public interface CustomBuildDefinitionTransformer
BuildDefinition object as it's be created from XML.
This allows you to put arbitrary objects into the custom objects map| Modifier and Type | Method and Description |
|---|---|
void |
transformBuildDefinition(@NotNull Map<String,Object> configObjects,
@NotNull Map<String,String> configParameters,
@NotNull BuildDefinition buildDefinition)
Implementors can add their custom objects to the configObjects map.
|
void transformBuildDefinition(@NotNull
@NotNull Map<String,Object> configObjects,
@NotNull
@NotNull Map<String,String> configParameters,
@NotNull
@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 BuildDefinitionCopyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.