Class Hypervisor.DescriptorImpl

    • Constructor Detail

      • DescriptorImpl

        public DescriptorImpl()
    • Method Detail

      • doFillCredentialsIdItems

        public ListBoxModel doFillCredentialsIdItems​(@AncestorInPath
                                                     Item context,
                                                     @QueryParameter
                                                     String hypervisorType,
                                                     @QueryParameter
                                                     String hypervisorTransport,
                                                     @QueryParameter
                                                     String hypervisorHost,
                                                     @QueryParameter
                                                     String hypervisorSshPort,
                                                     @QueryParameter
                                                     String username,
                                                     @QueryParameter
                                                     String hypervisorSystemUrl,
                                                     @QueryParameter
                                                     String credentialsId)
      • doCheckCredentialsId

        public FormValidation doCheckCredentialsId​(@AncestorInPath
                                                   Item item,
                                                   @QueryParameter
                                                   String hypervisorType,
                                                   @QueryParameter
                                                   String hypervisorTransport,
                                                   @QueryParameter
                                                   String hypervisorHost,
                                                   @QueryParameter
                                                   String hypervisorSshPort,
                                                   @QueryParameter
                                                   String username,
                                                   @QueryParameter
                                                   String hypervisorSystemUrl,
                                                   @QueryParameter
                                                   String credentialsId)
      • doTestConnection

        @POST
        public FormValidation doTestConnection​(@QueryParameter
                                               String hypervisorType,
                                               @QueryParameter
                                               String hypervisorTransport,
                                               @QueryParameter
                                               String hypervisorHost,
                                               @QueryParameter
                                               String hypervisorSshPort,
                                               @QueryParameter
                                               String username,
                                               @QueryParameter
                                               String hypervisorSystemUrl,
                                               @QueryParameter
                                               String credentialsId)
                                        throws Exception,
                                               javax.servlet.ServletException
        Throws:
        Exception
        javax.servlet.ServletException
      • getHypervisorHost

        public String getHypervisorHost()
      • getHypervisorSshPort

        public int getHypervisorSshPort()
      • getHypervisorSystemUrl

        public String getHypervisorSystemUrl()
      • getHypervisorType

        public String getHypervisorType()
      • getHypervisorTransport

        public String getHypervisorTransport()
      • getUsername

        public String getUsername()
      • getHypervisorTypes

        public List<String> getHypervisorTypes()
      • getHypervisorTransports

        public List<String> getHypervisorTransports()