Package hudson.scm

Class IntegritySCMCheckinStep.IntegritySCMCheckinDescriptorImpl

java.lang.Object
hudson.model.Descriptor<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.StepDescriptor
org.jenkinsci.plugins.workflow.steps.AbstractStepDescriptorImpl
hudson.scm.IntegritySCMCheckinStep.IntegritySCMCheckinDescriptorImpl
All Implemented Interfaces:
hudson.model.Saveable, jenkins.model.Loadable, jenkins.util.io.OnMaster
Enclosing class:
IntegritySCMCheckinStep

@Extension(optional=true) public static final class IntegritySCMCheckinStep.IntegritySCMCheckinDescriptorImpl extends org.jenkinsci.plugins.workflow.steps.AbstractStepDescriptorImpl
  • 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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    hudson.util.ListBoxModel
    Provides a list box for users to choose from a list of Integrity Server configurations
     
     

    Methods inherited from class org.jenkinsci.plugins.workflow.steps.AbstractStepDescriptorImpl

    getExecutionType, getRequiredContext

    Methods inherited from class org.jenkinsci.plugins.workflow.steps.StepDescriptor

    all, checkContextAvailability, defineArguments, getProvidedContext, isAdvanced, newInstance, takesImplicitBlockArgument

    Methods inherited from class hudson.model.Descriptor

    addHelpFileRedirect, bindJSON, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, configure, configure, doHelp, 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, getRequiredGlobalConfigPagePermission, getStaticHelpUrl, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, 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 Details

    • IntegritySCMCheckinDescriptorImpl

      public IntegritySCMCheckinDescriptorImpl()
  • Method Details

    • getFunctionName

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

      public String getDisplayName()
      Overrides:
      getDisplayName in class hudson.model.Descriptor<org.jenkinsci.plugins.workflow.steps.Step>
    • doFillServerConfigItems

      public hudson.util.ListBoxModel doFillServerConfigItems(@QueryParameter String serverConfig)
      Provides a list box for users to choose from a list of Integrity Server configurations
      Parameters:
      configuration - Simple configuration name
      Returns: