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(Map<String,Object> configObjects,
Map<String,String> configParameters,
BuildDefinition buildDefinition)
Implementors can add their custom objects to the configObjects map.
|
public void transformBuildDefinition(@NotNull
Map<String,Object> configObjects,
@NotNull
Map<String,String> configParameters,
@NotNull
BuildDefinition buildDefinition)
CustomBuildDefinitionTransformertransformBuildDefinition in interface CustomBuildDefinitionTransformerconfigObjects - - 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 © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.