Class LocalOverrideUpdateCenterMetadataDecoratorImpl

java.lang.Object
org.jenkinsci.test.acceptance.update_center.LocalOverrideUpdateCenterMetadataDecoratorImpl
All Implemented Interfaces:
UpdateCenterMetadataDecorator

public class LocalOverrideUpdateCenterMetadataDecoratorImpl extends Object implements UpdateCenterMetadataDecorator
Allow local plugins specified via environment variables to override plugin metadata from update center.

This is to support testing of locally built plugin

Author:
Kohsuke Kawaguchi