com.atlassian.bamboo.plugins.maven.dependencies.events
Class AutomaticDependencyManagementBuildConfigurationUpdatedListener

java.lang.Object
  extended by com.atlassian.bamboo.plugins.maven.dependencies.events.AutomaticDependencyManagementBuildConfigurationUpdatedListener

public class AutomaticDependencyManagementBuildConfigurationUpdatedListener
extends java.lang.Object


Constructor Summary
AutomaticDependencyManagementBuildConfigurationUpdatedListener(PlanDependencyManager planDependencyManager, PlanManager planManager, PlanParticleManager planParticleManager)
           
 
Method Summary
 void handleEvent(BuildConfigurationUpdatedEvent event)
          Update Chain dependencies on BuildConfigurationUpdateEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutomaticDependencyManagementBuildConfigurationUpdatedListener

public AutomaticDependencyManagementBuildConfigurationUpdatedListener(PlanDependencyManager planDependencyManager,
                                                                      PlanManager planManager,
                                                                      PlanParticleManager planParticleManager)
Method Detail

handleEvent

@EventListener
public void handleEvent(BuildConfigurationUpdatedEvent event)
Update Chain dependencies on BuildConfigurationUpdateEvent

Parameters:
event -


Copyright © 2012 Atlassian. All Rights Reserved.