Package org.jitterbit.integration.data.test

Examples of org.jitterbit.integration.data.test.LocationSpecificConnectionDetails


        if (result == null) {
            // The test was cancelled
            return;
        }
        if (result.getOutcome() == TestResult.SUCCESS) {
            LocationSpecificConnectionDetails details = result.getLocationSpecificDetails();
            if (details instanceof MatchingFileList) {
                showMatchingFiles(testedEntity, (MatchingFileList) details);
            } else {
                showGeneralSuccessMessage(testedEntity);
            }
View Full Code Here

TOP

Related Classes of org.jitterbit.integration.data.test.LocationSpecificConnectionDetails

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.