Class PlanArtifactDefinitionEvent
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
- All Implemented Interfaces:
PlanEvent
,Serializable
- Direct Known Subclasses:
PlanArtifactDefinitionAddedEvent
,PlanArtifactDefinitionUpdatedEvent
- See Also:
-
Field Summary
Fields inherited from class com.atlassian.bamboo.event.ChainEvent
planKey
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ModifierConstructorDescriptionprotected
PlanArtifactDefinitionEvent
(Object source, @NotNull PlanKey chainKey, @NotNull ArtifactDefinition artifactDefinition) -
Method Summary
Methods inherited from class com.atlassian.bamboo.event.ChainEvent
getPlanKey, toString
Methods inherited from class com.atlassian.bamboo.event.BambooEvent
equals, hashCode
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource
-
Constructor Details
-
PlanArtifactDefinitionEvent
protected PlanArtifactDefinitionEvent(Object source, @NotNull @NotNull PlanKey chainKey, @NotNull @NotNull ArtifactDefinition artifactDefinition)
-
-
Method Details
-
getArtifactDefinition
-