NAME
WWW::SFDC::Apex - Interface to the salesforce.com Apex SOAP Api
VERSION
version 0.36
METHODS
compileAndTest
compileClasses
compileTriggers
executeAnonymous
Returns a WWW::SFDC::Apex::ExecuteAnonymousResult containing the results of the executeAnonymous call. You must manually check whether this succeeded.
runTests
wsdlToApex
WARNING
The only implemented method from the Apex API is currently executeAnonymous. Without a solid use-case for the other methods, I'm not sure what the return values of those calls should be.
If you want to implement those calls, please go ahead, constructing results as you see fit, and submit a pull request!
AUTHOR
Alexander Brett <alexander.brett@sophos.com> http://alexander-brett.co.uk
COPYRIGHT AND LICENSE
This software is Copyright (c) 2015 by Sophos Limited https://www.sophos.com/.
This is free software, licensed under:
The MIT (X11) License
The full text of the license can be found in the LICENSE file included with this distribution.