Class VectorCASTCommand.DescriptorImpl

java.lang.Object
hudson.model.Descriptor<Builder>
hudson.tasks.BuildStepDescriptor<Builder>
com.vectorcast.plugins.vectorcastexecution.VectorCASTCommand.DescriptorImpl
All Implemented Interfaces:
Saveable, Loadable, OnMaster
Enclosing class:
VectorCASTCommand

@Extension public static final class VectorCASTCommand.DescriptorImpl extends BuildStepDescriptor<Builder>
Descriptor for VectorCASTCommand. 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