Package hudson.tasks

Class BuildWrapperDescriptor

java.lang.Object
hudson.model.Descriptor<BuildWrapper>
hudson.tasks.BuildWrapperDescriptor
All Implemented Interfaces:
Saveable, Loadable, OnMaster

public abstract class BuildWrapperDescriptor extends Descriptor<BuildWrapper>
Since:
1.150
Author:
Kohsuke Kawaguchi
  • Constructor Details

    • BuildWrapperDescriptor

      protected BuildWrapperDescriptor(Class<? extends BuildWrapper> clazz)
    • BuildWrapperDescriptor

      protected BuildWrapperDescriptor()
      Infers the type of the corresponding Describable from the outer class. This version works when you follow the common convention, where a descriptor is written as the static nested class of the describable class.
      Since:
      1.278
  • Method Details