Class PlanSharedArtifactDefinitionListModified
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- com.atlassian.event.Event
-
- com.atlassian.bamboo.event.ChainEvent
-
- com.atlassian.bamboo.event.artifact.PlanSharedArtifactDefinitionListModified
-
- All Implemented Interfaces:
PlanEvent
,Serializable
@AsynchronousPreferred public class PlanSharedArtifactDefinitionListModified extends ChainEvent
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.event.ChainEvent
planKey
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description PlanSharedArtifactDefinitionListModified(Object source, PlanKey chainKey, Map<Long,ArtifactDefinition> sharedArtifacts)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<Long,ArtifactDefinition>
getSharedArtifacts()
-
Methods inherited from class com.atlassian.bamboo.event.ChainEvent
getPlanKey, toString
-
Methods inherited from class java.util.EventObject
getSource
-
-
-
-
Constructor Detail
-
PlanSharedArtifactDefinitionListModified
public PlanSharedArtifactDefinitionListModified(Object source, PlanKey chainKey, Map<Long,ArtifactDefinition> sharedArtifacts)
-
-
Method Detail
-
getSharedArtifacts
public Map<Long,ArtifactDefinition> getSharedArtifacts()
-
-