Class RssPlanSavedEvent
- java.lang.Object
-
- com.atlassian.bamboo.event.analytics.RssPlanSavedEvent
-
@AsynchronousPreferred public class RssPlanSavedEvent extends Object
-
-
Constructor Summary
Constructors Constructor Description RssPlanSavedEvent(PlanResultKey planResultKey, SpecsType specsType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
long
getPlanKeyHash()
PlanResultKey
getPlanResultKey()
SpecsType
getSpecsType()
int
hashCode()
-
-
-
Constructor Detail
-
RssPlanSavedEvent
public RssPlanSavedEvent(PlanResultKey planResultKey, SpecsType specsType)
-
-
Method Detail
-
getPlanKeyHash
public long getPlanKeyHash()
-
getSpecsType
public SpecsType getSpecsType()
-
getPlanResultKey
public PlanResultKey getPlanResultKey()
-
-