SOAP or XML-RPC API?
Is there an SOAL/XML-RPC/REST API for interacting with TeamCity at all?
(I assume the IDEA/Eclipse plugin use some form of API)?
What I'm wanting to be able to do is write a pluging/utility thats
outside of TC that will copy a build profile, change some settings, then
kick off a build.
I'm wanting this for a custom "release" process for either an Ant Task
or Maven plugin.
Please sign in to leave a comment.
Hello,
I think it would be better to write a controller which will work on the
server side and provide you with necessary features by implementing your own
REST API. Or you can register your own XML-RPC handler and access it via
XML-RPC (see XmlRpcHandlerManager interface).
--
Pavel Sher
Software Developer
JetBrains, Inc.
http://www.jetbrains.com
"Develop with pleasure!"
"Mark Derricutt" <mark@talios.com> wrote in message
news:fo3dgd$ev8$1@is.intellij.net...
>
>