Class GhostInspectorBuilder.DescriptorImpl

java.lang.Object
hudson.model.Descriptor<T>
hudson.tasks.BuildStepDescriptor<Builder>
com.ghostinspector.jenkins.GhostInspector.GhostInspectorBuilder.DescriptorImpl
All Implemented Interfaces:
Saveable, OnMaster
Enclosing class:
GhostInspectorBuilder

@Extension
@Symbol("ghostInspector")
public static final class GhostInspectorBuilder.DescriptorImpl
extends BuildStepDescriptor<Builder>
Descriptor for GhostInspectorBuilder. Used as a singleton. The class is marked as public so that it can be accessed from views.
  • Constructor Details

    • DescriptorImpl

      public DescriptorImpl()
      In order to load the persisted global configuration, you have to call load() in the constructor.
  • Method Details