Uses of Class
com.atlassian.bamboo.plan.PlanExecutionLaunchControlImpl.ExecutionRequestEntry
Packages that use PlanExecutionLaunchControlImpl.ExecutionRequestEntry
-
Uses of PlanExecutionLaunchControlImpl.ExecutionRequestEntry in com.atlassian.bamboo.plan
Fields in com.atlassian.bamboo.plan with type parameters of type PlanExecutionLaunchControlImpl.ExecutionRequestEntryModifier and TypeFieldDescriptionprotected final com.google.common.collect.Multimap<TriggerableInternalKey, PlanExecutionLaunchControlImpl.ExecutionRequestEntry> PlanExecutionLaunchControlImpl.PerTriggerableMemory.mapMethods in com.atlassian.bamboo.plan that return types with arguments of type PlanExecutionLaunchControlImpl.ExecutionRequestEntryModifier and TypeMethodDescriptionPlanExecutionLaunchControlImpl.PerTriggerableMemory.notifyAboutReleasedLock(@NotNull TriggerableInternalKey triggerableInternalKey) Notify the longest waiting triggerable with requested triggerableInternalKey that one of the locks it needs is free.Methods in com.atlassian.bamboo.plan with parameters of type PlanExecutionLaunchControlImpl.ExecutionRequestEntryModifier and TypeMethodDescriptionvoidPlanExecutionLaunchControlImpl.PerTriggerableMemory.add(@NotNull TriggerableInternalKey key, @NotNull PlanExecutionLaunchControlImpl.ExecutionRequestEntry value)