Class VectorCASTSetup.DescriptorImpl

    • Constructor Detail

      • DescriptorImpl

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

      • 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