Class OPlugin.DescriptorImpl

    • Constructor Detail

      • DescriptorImpl

        public DescriptorImpl()
    • Method Detail

      • doValidateParams

        public FormValidation doValidateParams​(@QueryParameter("apiKey")
                                               String apiKey,
                                               @QueryParameter("binaryName")
                                               String binaryName,
                                               @AncestorInPath
                                               AbstractProject project,
                                               @AncestorInPath
                                               Job<?,​?> owner)
                                        throws net.sf.json.JSONException
        Do validate params form validation.
        Parameters:
        apiKey - the api key
        binaryName - the binary name
        project - the project
        owner - the owner
        Returns:
        the form validation
        Throws:
        net.sf.json.JSONException - the json exception