| Package | Description |
|---|---|
| com.sforce.soap.tooling |
| Modifier and Type | Method and Description |
|---|---|
DebuggingInfo |
ObjectFactory.createDebuggingInfo()
Create an instance of
DebuggingInfo |
| Modifier and Type | Method and Description |
|---|---|
ExecuteAnonymousResult |
ToolingConnection.executeAnonymous(String string,
SessionHeader sessionHeader,
DebuggingHeader debuggingHeader,
PackageVersionHeader packageVersionHeader,
CallOptions callOptions,
AllowFieldTruncationHeader allowFieldTruncationHeader,
DisableFeedTrackingHeader disableFeedTrackingHeader,
Holder<DebuggingInfo> debuggingInfo)
Execute an anonymous Apex code block
|
RunTestsResult |
ToolingConnection.runTests(RunTestsRequest runTestsRequest,
SessionHeader sessionHeader,
DebuggingHeader debuggingHeader,
CallOptions callOptions,
Holder<DebuggingInfo> debuggingInfo)
Execute test methods
|
String |
ToolingConnection.runTestsAsynchronous(String string,
SessionHeader sessionHeader,
DebuggingHeader debuggingHeader,
CallOptions callOptions,
Holder<DebuggingInfo> debuggingInfo)
Execute asynchronous runTests
|
Copyright © 2016. All rights reserved.