public class BuildMonitoringTransformer extends Object implements CustomBuildDefinitionTransformer
CustomBuildDefinitionTransformer
that puts build monitoring
configuration into the build definition.Constructor and Description |
---|
BuildMonitoringTransformer() |
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.
|
public void transformBuildDefinition(@NotNull @NotNull Map<String,Object> configObjects, @NotNull @NotNull Map<String,String> configParameters, @NotNull @NotNull BuildDefinition buildDefinition)
CustomBuildDefinitionTransformer
transformBuildDefinition
in interface CustomBuildDefinitionTransformer
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 © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.