Class RemoteJenkinsServer.DescriptorImpl

java.lang.Object
hudson.model.Descriptor<RemoteJenkinsServer>
io.jenkins.plugins.remote.result.trigger.RemoteJenkinsServer.DescriptorImpl
All Implemented Interfaces:
Saveable, OnMaster
Enclosing class:
RemoteJenkinsServer

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

    • DescriptorImpl

      public DescriptorImpl()
  • Method Details

    • doCheckUrl

      @POST @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public FormValidation doCheckUrl(@QueryParameter String url)
      Validates the given address to see that it's well-formed, and is reachable.
      Parameters:
      url - Remote Jenkins Server address to be validated
      Returns:
      FormValidation object
    • getAuth2Descriptors

      public static List<Auth2.Auth2Descriptor> getAuth2Descriptors()
    • getDefaultAuth2Descriptor

      public static Auth2.Auth2Descriptor getDefaultAuth2Descriptor()