Class RemoteConnection.DescriptorImpl

java.lang.Object
hudson.model.Descriptor<RemoteConnection>
org.jenkins.plugins.lockableresources.RemoteConnection.DescriptorImpl
All Implemented Interfaces:
Saveable, Loadable, OnMaster
Enclosing class:
RemoteConnection

@Extension public static class RemoteConnection.DescriptorImpl extends Descriptor<RemoteConnection>
  • Constructor Details

    • DescriptorImpl

      public DescriptorImpl()
  • Method Details

    • doFillCredentialsIdItems

      @POST public ListBoxModel doFillCredentialsIdItems(@QueryParameter String credentialsId, @QueryParameter String url)
      Credentials dropdown for remote API auth (username + API token in password field).
    • doCheckUrl

      @POST public FormValidation doCheckUrl(@QueryParameter String value)
      Live validation that the remote base URL is an http(s) URL.