com.atlassian.bamboo.event
Class BuildConfigurationUpdatedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.event.Event
com.atlassian.bamboo.event.BuildEvent
com.atlassian.bamboo.event.BuildConfigurationUpdatedEvent
- All Implemented Interfaces:
- PlanEvent, Serializable
@AsynchronousPreferred
public class BuildConfigurationUpdatedEvent
- extends BuildEvent
An event that occurs when the the build configuration is changed
- See Also:
- Serialized Form
Methods inherited from class com.atlassian.event.Event |
equals, hashCode |
Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
BuildConfigurationUpdatedEvent
@Deprecated
public BuildConfigurationUpdatedEvent(Object source,
String buildKey)
- Deprecated. since 4.2 use
BuildConfigurationUpdatedEvent(Object, PlanKey)
- Parameters:
source
- buildKey
-
BuildConfigurationUpdatedEvent
public BuildConfigurationUpdatedEvent(Object source,
PlanKey planKey)
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.