Class SSHAgentStep.DescriptorImpl

  • All Implemented Interfaces:
    Saveable, OnMaster
    Enclosing class:
    SSHAgentStep

    @Extension
    public static final class SSHAgentStep.DescriptorImpl
    extends org.jenkinsci.plugins.workflow.steps.AbstractStepDescriptorImpl
    • Constructor Detail

      • DescriptorImpl

        public DescriptorImpl()
    • Method Detail

      • getFunctionName

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

        public boolean takesImplicitBlockArgument()
        Overrides:
        takesImplicitBlockArgument in class org.jenkinsci.plugins.workflow.steps.StepDescriptor
      • doFillCredentialsItems

        public ListBoxModel doFillCredentialsItems​(@AncestorInPath
                                                   Item item)
        Populate the list of credentials available to the job.
        Returns:
        the list box model.