Class ElectricFlowPublishApplication.DescriptorImpl

java.lang.Object
hudson.model.Descriptor<T>
hudson.tasks.BuildStepDescriptor<Publisher>
org.jenkinsci.plugins.electricflow.ElectricFlowPublishApplication.DescriptorImpl
All Implemented Interfaces:
Saveable, OnMaster
Enclosing class:
ElectricFlowPublishApplication

@Symbol("cloudBeesFlowCreateAndDeployAppFromJenkinsPackage") @Extension public static final class ElectricFlowPublishApplication.DescriptorImpl extends BuildStepDescriptor<Publisher>
Descriptor for BuildStepDescriptor. Used as a singleton. The class is marked as public so that it can be accessed from views.

See * .jelly for the actual HTML fragment for the configuration screen.

  • Constructor Details

    • DescriptorImpl

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