Publishes ATX reports to TEST-GUIDE according to given server settings.

Signatures:
publishATXReports(ATXInstallation installation, boolean allowMissing, boolean runOnFailed, boolean archiving, boolean keepAll) : void
or
ATXServer.publish(boolean allowMissing, boolean runOnFailed, boolean archiving, boolean keepAll) : void

Examples:
publishATXReports(atx.installation, false, false, true, true)
or:
ATXServer atx = ATX.newServer('TEST-GUIDE', 'ECU-TEST')
atx.publish()