Class PlanArtifactDefinitionUpdatedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.bamboo.event.BambooEvent
com.atlassian.bamboo.event.ChainEvent
com.atlassian.bamboo.event.artifact.PlanArtifactDefinitionEvent
com.atlassian.bamboo.event.artifact.PlanArtifactDefinitionUpdatedEvent
- All Implemented Interfaces:
PlanEvent,Serializable
@AsynchronousPreferred
public class PlanArtifactDefinitionUpdatedEvent
extends PlanArtifactDefinitionEvent
Event sent when ArtifactDefinition is updated.
- See Also:
-
Field Summary
Fields inherited from class com.atlassian.bamboo.event.ChainEvent
planKeyFields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionPlanArtifactDefinitionUpdatedEvent(Object source, @NotNull PlanKey chainKey, @NotNull ArtifactDefinition artifactDefinition) -
Method Summary
Methods inherited from class com.atlassian.bamboo.event.artifact.PlanArtifactDefinitionEvent
getArtifactDefinitionMethods inherited from class com.atlassian.bamboo.event.ChainEvent
getPlanKey, toStringMethods inherited from class com.atlassian.bamboo.event.BambooEvent
equals, hashCodeMethods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource
-
Constructor Details
-
PlanArtifactDefinitionUpdatedEvent
public PlanArtifactDefinitionUpdatedEvent(Object source, @NotNull @NotNull PlanKey chainKey, @NotNull @NotNull ArtifactDefinition artifactDefinition)
-