Class WaitReasonStatisticsValueProviderResolver
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.WaitReasonStatisticsValueProviderResolver
-
- All Implemented Interfaces:
ValueProviderResolver
public class WaitReasonStatisticsValueProviderResolver extends Object implements ValueProviderResolver
- Author:
- Yegor.Yarko Date: 09/05/2019
-
-
Constructor Summary
Constructors Constructor Description WaitReasonStatisticsValueProviderResolver(SBuildServer server, BuildDataStorage storage, ValueProviderRegistry registry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValueProvidergetValueProvider(String key)Should return aValueProviderfor the key in case this key is supported by this provider.
-
-
-
Constructor Detail
-
WaitReasonStatisticsValueProviderResolver
public WaitReasonStatisticsValueProviderResolver(@NotNull SBuildServer server, @NotNull BuildDataStorage storage, @NotNull ValueProviderRegistry registry)
-
-
Method Detail
-
getValueProvider
@Nullable public ValueProvider getValueProvider(@NotNull String key)
Description copied from interface:ValueProviderResolverShould return aValueProviderfor the key in case this key is supported by this provider. Null if this key is not supported.- Specified by:
getValueProviderin interfaceValueProviderResolver
-
-