com.atlassian.bamboo.event
Class BuildsMovedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.event.Event
com.atlassian.bamboo.event.BuildsMovedEvent
- All Implemented Interfaces:
- java.io.Serializable
@AsynchronousPreferred
public class BuildsMovedEvent
- extends com.atlassian.event.Event
Triggers when builds are moved
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Methods inherited from class com.atlassian.event.Event |
equals, hashCode |
Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
movedPlans
public final java.util.Collection<TopLevelPlan> movedPlans
planKeyChangesMap
public final java.util.Map<PlanKey,PlanKey> planKeyChangesMap
BuildsMovedEvent
public BuildsMovedEvent(java.lang.Object object,
java.util.Collection<TopLevelPlan> movedBuilds,
java.util.Map<PlanKey,PlanKey> planKeyChangesMap)
getMovedBuilds
@Deprecated
public java.util.Collection<TopLevelPlan> getMovedBuilds()
- Deprecated. since 3.1; use getMovedPlans()
- Gets the builds affected by the move
- Returns:
- A
Collection
of TopLevelPlan
getMovedPlans
public java.util.Collection<TopLevelPlan> getMovedPlans()
- Gets the plans affected by the move
- Returns:
- A
Collection
of TopLevelPlan
getPlanKeyChangesMap
public java.util.Map<PlanKey,PlanKey> getPlanKeyChangesMap()
- Gets the mapping between old and new plan keys.
Copyright © 2011 Atlassian. All Rights Reserved.