Package com.atlassian.bamboo.trigger
Interface TriggerableInternalKey
-
- All Known Implementing Classes:
TriggerableInternalKeyImpl
@Internal @ExperimentalApi public interface TriggerableInternalKey
Internal 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 String
getKey()
@Nullable PlanKey
getPlanKey()
@Nullable Triggerable
getTriggerable()
-
-
-
Method Detail
-
getTriggerable
@Nullable @Nullable Triggerable getTriggerable()
- Returns:
- Immutable instance of
Triggerable
represented by this key
-
getPlanKey
@Nullable @Nullable PlanKey getPlanKey()
- Returns:
-
-