Class CheckForIssuesStep.DescriptorImpl

  • All Implemented Interfaces:
    hudson.model.Saveable, jenkins.util.io.OnMaster
    Enclosing class:
    CheckForIssuesStep

    @Symbol("coverityIssueCheck")
    @Extension(optional=true)
    public static final class CheckForIssuesStep.DescriptorImpl
    extends org.jenkinsci.plugins.workflow.steps.StepDescriptor
    • Nested Class Summary

      • Nested classes/interfaces inherited from class hudson.model.Descriptor

        hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType, hudson.model.Descriptor.Self
    • Field Summary

      • Fields inherited from class hudson.model.Descriptor

        clazz
      • Fields inherited from interface hudson.model.Saveable

        NOOP
    • Constructor Summary

      Constructors 
      Constructor Description
      DescriptorImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      hudson.util.FormValidation doCheckCoverityInstanceUrl​(hudson.model.Item item, java.lang.String coverityInstanceUrl, java.lang.String credentialsId)  
      hudson.util.FormValidation doCheckProjectName​(hudson.model.Item item, java.lang.String coverityInstanceUrl, java.lang.String credentialsId)  
      hudson.util.FormValidation doCheckViewName​(hudson.model.Item item, java.lang.String coverityInstanceUrl, java.lang.String credentialsId)  
      hudson.util.ListBoxModel doFillCoverityInstanceUrlItems​(hudson.model.Item item)  
      hudson.util.ListBoxModel doFillCredentialsIdItems​(hudson.model.Item item)  
      hudson.util.ListBoxModel doFillProjectNameItems​(hudson.model.Item item, java.lang.String coverityInstanceUrl, java.lang.String credentialsId, boolean updateNow)  
      hudson.util.ListBoxModel doFillViewNameItems​(hudson.model.Item item, java.lang.String coverityInstanceUrl, java.lang.String credentialsId, boolean updateNow)  
      java.lang.String getDisplayName()  
      java.lang.String getFunctionName()  
      java.util.Set<? extends java.lang.Class<?>> getRequiredContext()  
      • Methods inherited from class org.jenkinsci.plugins.workflow.steps.StepDescriptor

        all, allMeta, argumentsToString, byFunctionName, checkContextAvailability, defineArguments, getMetaStepArgumentType, getProvidedContext, isAdvanced, isMetaStep, metaStepsOf, newInstance, takesImplicitBlockArgument, uninstantiate
      • Methods inherited from class hudson.model.Descriptor

        addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DescriptorImpl

        public DescriptorImpl()
    • Method Detail

      • getRequiredContext

        public java.util.Set<? extends java.lang.Class<?>> getRequiredContext()
        Specified by:
        getRequiredContext in class org.jenkinsci.plugins.workflow.steps.StepDescriptor
      • getFunctionName

        public java.lang.String getFunctionName()
        Specified by:
        getFunctionName in class org.jenkinsci.plugins.workflow.steps.StepDescriptor
      • getDisplayName

        @Nonnull
        public java.lang.String getDisplayName()
        Overrides:
        getDisplayName in class hudson.model.Descriptor<org.jenkinsci.plugins.workflow.steps.Step>
      • doFillCoverityInstanceUrlItems

        @POST
        public hudson.util.ListBoxModel doFillCoverityInstanceUrlItems​(@AncestorInPath
                                                                       hudson.model.Item item)
      • doCheckCoverityInstanceUrl

        @POST
        public hudson.util.FormValidation doCheckCoverityInstanceUrl​(@AncestorInPath
                                                                     hudson.model.Item item,
                                                                     @QueryParameter("coverityInstanceUrl")
                                                                     java.lang.String coverityInstanceUrl,
                                                                     @QueryParameter("credentialsId")
                                                                     java.lang.String credentialsId)
      • doFillCredentialsIdItems

        @POST
        public hudson.util.ListBoxModel doFillCredentialsIdItems​(@AncestorInPath
                                                                 hudson.model.Item item)
      • doFillProjectNameItems

        @POST
        public hudson.util.ListBoxModel doFillProjectNameItems​(@AncestorInPath
                                                               hudson.model.Item item,
                                                               @QueryParameter("coverityInstanceUrl")
                                                               java.lang.String coverityInstanceUrl,
                                                               @QueryParameter("credentialsId")
                                                               java.lang.String credentialsId,
                                                               @QueryParameter("updateNow")
                                                               boolean updateNow)
                                                        throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • doCheckProjectName

        @POST
        public hudson.util.FormValidation doCheckProjectName​(@AncestorInPath
                                                             hudson.model.Item item,
                                                             @QueryParameter("coverityInstanceUrl")
                                                             java.lang.String coverityInstanceUrl,
                                                             @QueryParameter("credentialsId")
                                                             java.lang.String credentialsId)
      • doFillViewNameItems

        @POST
        public hudson.util.ListBoxModel doFillViewNameItems​(@AncestorInPath
                                                            hudson.model.Item item,
                                                            @QueryParameter("coverityInstanceUrl")
                                                            java.lang.String coverityInstanceUrl,
                                                            @QueryParameter("credentialsId")
                                                            java.lang.String credentialsId,
                                                            @QueryParameter("updateNow")
                                                            boolean updateNow)
                                                     throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • doCheckViewName

        @POST
        public hudson.util.FormValidation doCheckViewName​(@AncestorInPath
                                                          hudson.model.Item item,
                                                          @QueryParameter("coverityInstanceUrl")
                                                          java.lang.String coverityInstanceUrl,
                                                          @QueryParameter("credentialsId")
                                                          java.lang.String credentialsId)