com.atlassian.bamboo.plugins.maven.dependencies
Class AutomaticDependencyManagementConfigProvider
java.lang.Object
com.atlassian.bamboo.plugins.maven.dependencies.AutomaticDependencyManagementConfigProvider
- All Implemented Interfaces:
- CustomBuildDefinitionTransformer
public class AutomaticDependencyManagementConfigProvider
- extends Object
- implements CustomBuildDefinitionTransformer
A CustomBuildDefinitionTransformer
that puts
AutomaticDependencyManagementConfig
instance into
the build definition.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AutomaticDependencyManagementConfigProvider
public AutomaticDependencyManagementConfigProvider()
transformBuildDefinition
public void transformBuildDefinition(@NotNull
Map<String,Object> configObjects,
@NotNull
Map<String,String> configParameters,
@NotNull
BuildDefinition buildDefinition)
- Description copied from interface:
CustomBuildDefinitionTransformer
- Implementors can add their custom objects to the configObjects map. The key should be unique to plugin... It's better
to be descriptive. It is possible to also update the buildDefinition directly, but it's not recommended.
- Specified by:
transformBuildDefinition
in interface CustomBuildDefinitionTransformer
- Parameters:
configObjects
- - Map - string key, object value. A map to put custom objects into. @NotNullconfigParameters
- - Map - String key, string value. These are taken from all fields that begin with "custom."buildDefinition
- - the fully constructed BuildDefinition
@NotNull
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.