Package com.atlassian.bamboo.trigger
Interface TriggerableInternalKey
-
- All Known Implementing Classes:
TriggerableInternalKeyImpl
@Internal @ExperimentalApi public interface TriggerableInternalKeyInternal key used in contexts when we mix different kind ofTriggerable, e.g. execution locks. For internal use only. Should return equal objects for Immutable and Mutable instances representing the sameTriggerable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull StringgetKey()@Nullable PlanKeygetPlanKey()@Nullable TriggerablegetTriggerable()
-
-
-
Method Detail
-
getTriggerable
@Nullable @Nullable Triggerable getTriggerable()
- Returns:
- Immutable instance of
Triggerablerepresented by this key
-
getPlanKey
@Nullable @Nullable PlanKey getPlanKey()
- Returns:
-
-