Package com.sforce.soap.metadata

Examples of com.sforce.soap.metadata.DebuggingInfo_element


        this.metadataRunTestsResult = metadataRunTestsResult;
    }

    public RunTestsResultExt(IDeployResultExt results) {
        this.metadataRunTestsResult = results.getRunTestsResult();
        this.debugInfo = new DebuggingInfo_element();
        this.debugInfo.setDebugLog(results.getDebugLog());
    }
View Full Code Here

TOP

Related Classes of com.sforce.soap.metadata.DebuggingInfo_element

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.