Hooking into intellij plugin
Answered
Is it possible to hook into intellij plugin for teamcity? For example I would like to download artifact (.apk) to my local machine and install application to android device via intellij. Is that possible?
Thanks
Please sign in to leave a comment.
There no such possibility.
You could create your own plugin for IntelliJ/AndroidStudio which would communicate with TeamCity via [REST API](https://confluence.jetbrains.com/display/TCD9/REST+API), download artifact from server and uploading it to device.