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

java.lang.Object
  extended by com.atlassian.bamboo.plugins.maven.dependencies.events.AutomaticDependencyManagementBuildConfigurationUpdatedListener
All Implemented Interfaces:
com.atlassian.event.EventListener

public class AutomaticDependencyManagementBuildConfigurationUpdatedListener
extends java.lang.Object
implements com.atlassian.event.EventListener


Constructor Summary
AutomaticDependencyManagementBuildConfigurationUpdatedListener()
           
 
Method Summary
 java.lang.Class[] getHandledEventClasses()
           
 void handleEvent(com.atlassian.event.Event event)
          Update Chain dependencies on BuildConfigurationUpdateEvent
 void setPlanDependencyManager(PlanDependencyManager planDependencyManager)
           
 void setPlanManager(PlanManager planManager)
           
 void setPlanParticleManager(PlanParticleManager planParticleManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutomaticDependencyManagementBuildConfigurationUpdatedListener

public AutomaticDependencyManagementBuildConfigurationUpdatedListener()
Method Detail

getHandledEventClasses

public java.lang.Class[] getHandledEventClasses()
Specified by:
getHandledEventClasses in interface com.atlassian.event.EventListener

handleEvent

public void handleEvent(com.atlassian.event.Event event)
Update Chain dependencies on BuildConfigurationUpdateEvent

Specified by:
handleEvent in interface com.atlassian.event.EventListener
Parameters:
event -

setPlanDependencyManager

public void setPlanDependencyManager(PlanDependencyManager planDependencyManager)

setPlanManager

public void setPlanManager(PlanManager planManager)

setPlanParticleManager

public void setPlanParticleManager(PlanParticleManager planParticleManager)


Copyright © 2011 Atlassian. All Rights Reserved.