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

0
1 comment
Official 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.

Please sign in to leave a comment.