Class P4TicketImpl.DescriptorImpl

    • Constructor Detail

      • DescriptorImpl

        public DescriptorImpl()
    • Method Detail

      • doTestConnection

        @POST
        public FormValidation doTestConnection​(@QueryParameter("p4port")
                                               String p4port,
                                               @QueryParameter("ssl")
                                               String ssl,
                                               @QueryParameter("trust")
                                               String trust,
                                               @QueryParameter("username")
                                               String username,
                                               @QueryParameter("p4host")
                                               String p4host,
                                               @QueryParameter("ticket")
                                               String value,
                                               @QueryParameter("ticketValue")
                                               String ticketValue,
                                               @QueryParameter("ticketPath")
                                               String ticketPath)
                                        throws IOException,
                                               javax.servlet.ServletException
        Throws:
        IOException
        javax.servlet.ServletException