Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有任何实时 API 功能可以让我知道应用程序何时被推送和完成?我在文档中没有看到任何内容。本质上,我想编写一个可以接收推送事件的插件,而不是对它们做一些事情(触发硒测试等)。
您可以使用部署挂钩。HTTP POST 钩子是最通用的钩子。
I'm developing a program which is able to find the difference in files between to folders for instance. I've made a method which traverses the folder structure of a given folder, and builds a tree for each subfolder