Package hudson.tasks

Class BuildStepCompatibilityLayer

  • All Implemented Interfaces:
    BuildStep
    Direct Known Subclasses:
    Builder, Publisher

    @Deprecated
    public abstract class BuildStepCompatibilityLayer
    extends Object
    implements BuildStep
    Deprecated.
    since 1.150
    Provides compatibility with BuildStep before 1.150 so that old plugin binaries can continue to function with new Hudson.
    Since:
    1.150
    Author:
    Kohsuke Kawaguchi