Class VectorCASTSetup.DescriptorImpl

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

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

    • isApplicable

      public boolean isApplicable(Class<? extends AbstractProject> aClass)
      Override call to isApplicable.
      Specified by:
      isApplicable in class BuildStepDescriptor<Builder>
      Parameters:
      aClass - AbstractProject Project Class
      Returns:
      boolean always true call load() in the constructor.
    • getDisplayName

      public String getDisplayName()
      This human readable name is used in the configuration screen.
      Overrides:
      getDisplayName in class Descriptor<Builder>
      Returns:
      the display name