Class BenchmarkPublisher.DescriptorImpl

  • All Implemented Interfaces:
    Saveable, OnMaster
    Enclosing class:
    BenchmarkPublisher

    @Extension
    @Symbol("benchmark")
    public static final class BenchmarkPublisher.DescriptorImpl
    extends BuildStepDescriptor<Publisher>
    Descriptor for BenchmarkPublisher. Used as a singleton. The class is marked as public so that it can be accessed from views. This is the class in charge of all interactions by the UI components. See src/main/resources/org/jenkinsci/plugins/benchmark/BenchmarkPublisher/*.jelly for the actual HTML fragment for the configuration screen.
    • Constructor Detail

      • DescriptorImpl

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