Class MavenSnapshotCheck.DescriptorImpl

java.lang.Object
hudson.model.Descriptor<T>
hudson.tasks.BuildStepDescriptor<Builder>
jenkins.plugins.mvn_snapshot_check.MavenSnapshotCheck.DescriptorImpl
All Implemented Interfaces:
Saveable, Loadable, OnMaster
Enclosing class:
MavenSnapshotCheck

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

See src/main/resources/jenkins/plugins/mvn_snapshot_check/MavenSnapshotCheck/config.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