Class ArtifactDownloadMetricsValueProviderResolver
- java.lang.Object
-
- jetbrains.buildServer.serverSide.statistics.impl.ArtifactDownloadMetricsValueProviderResolver
-
- All Implemented Interfaces:
ValueProviderResolver
public class ArtifactDownloadMetricsValueProviderResolver extends Object implements ValueProviderResolver
ValueType handler to provide default format (size) and description for all artifactResolving metrics
-
-
Constructor Summary
Constructors Constructor Description ArtifactDownloadMetricsValueProviderResolver(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.voidinit()
-
-
-
Constructor Detail
-
ArtifactDownloadMetricsValueProviderResolver
public ArtifactDownloadMetricsValueProviderResolver(@NotNull SBuildServer server, @NotNull BuildDataStorage storage, @NotNull ValueProviderRegistry registry)
-
-
Method Detail
-
init
public void init()
-
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
-
-