Package org.loadosophia.jmeter

Examples of org.loadosophia.jmeter.LoadosophiaUploadResults


                if (fileName == null) {
                    throw new IOException("File for upload was not set, search for errors above in log");
                }

                isSaving = false;
                LoadosophiaUploadResults uploadResult = this.apiClient.sendFiles(new File(fileName), perfMonNotifier.getFiles());
                informUser("Uploaded successfully, go to results: " + uploadResult.getRedirectLink());
            } catch (IOException ex) {
                informUser("Failed to upload results to Loadosophia.org, see log for detais");
                log.error("Failed to upload results to loadosophia", ex);
            }
        }
View Full Code Here

TOP

Related Classes of org.loadosophia.jmeter.LoadosophiaUploadResults

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.