ExecuteAnonymous:在 Salesforce 环境中执行匿名 Apex 代码的 Ant 任务

时间:2021-07-12 13:34:29
【文件属性】:
文件名称:ExecuteAnonymous:在 Salesforce 环境中执行匿名 Apex 代码的 Ant 任务
文件大小:4KB
文件格式:ZIP
更新时间:2021-07-12 13:34:29
Java 匿名执行 ================ 在 Salesforce 环境中执行匿名 Apex 代码的 Ant 任务 建造 假设你 有一只工作蚂蚁 salesforce jar 位于类路径中的某个位置 JAVA_HOME指向最近的 JDK 运行ant时,将在 dist 子目录中创建文件ExecuteAnonymous.jar 。 跑步 将ExecuteAnonymous.jar放在类路径中(我已将其复制到包含 ant-salesforce.jar 的目录中)。 test子目录中的build.xml为您提供了有关运行这个新 ant 目标的一些提示。 对anonExec目标使用fileName或code属性。 如果两者都设置,将使用fileName 。
【文件预览】:
ExecuteAnonymous-master
----test()
--------build.properties.template(159B)
--------build.xml(1KB)
--------test.script(19B)
----build.xml(813B)
----LICENSE(1KB)
----src()
--------AnonymousExecuter.java(2KB)
----README.md(666B)

网友评论