public class ConcurrentBuildsConfigurationTransformer extends Object implements CustomBuildDefinitionTransformer
| Constructor and Description |
|---|
ConcurrentBuildsConfigurationTransformer() |
| 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 ConcurrentBuildsConfigurationTransformer()
public void transformBuildDefinition(@NotNull
@NotNull Map<String,Object> configObjects,
@NotNull
@NotNull Map<String,String> configParameters,
@NotNull
@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 © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.