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 ValueProvider
getValueProvider(String key)
Should return aValueProvider
for the key in case this key is supported by this provider.void
init()
-
-
-
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:ValueProviderResolver
Should return aValueProvider
for the key in case this key is supported by this provider. Null if this key is not supported.- Specified by:
getValueProvider
in interfaceValueProviderResolver
-
-