Uses of Interface
com.atlassian.bamboo.core.ResultKeyProvider
Packages that use ResultKeyProvider
-
Uses of ResultKeyProvider in com.atlassian.bamboo.utils
Methods in com.atlassian.bamboo.utils that return types with arguments of type ResultKeyProviderModifier and TypeMethodDescriptionstatic com.google.common.base.Function<ResultKeyProvider,
ResultKey> BambooFunctions.getResultKey()
Extract ResultKey from ResultKeyProvider JDK8: replace with lambda -
Uses of ResultKeyProvider in com.atlassian.bamboo.v2.build.queue
Classes in com.atlassian.bamboo.v2.build.queue that implement ResultKeyProviderFields in com.atlassian.bamboo.v2.build.queue with type parameters of type ResultKeyProviderModifier and TypeFieldDescriptionstatic final Function<ResultKeyProvider,
ResultKey> QueueManagerUtils.GET_RESULT_KEY
Methods in com.atlassian.bamboo.v2.build.queue that return types with arguments of type ResultKeyProviderModifier and TypeMethodDescriptionstatic Predicate<? super ResultKeyProvider>
QueueManagerUtils.hasResultKeyEqualTo
(ResultKey resultKey)