teamserver api?

Is there an openapi for teamserver? Are the docs posted somewhere?
We're currently use test-NG and I'd like to be able to integrate
support for it into Team Server.

Thanks!

M

0
1 comment
Avatar
Permanently deleted user

Matt Ho wrote:

Is there an openapi for teamserver? Are the docs posted somewhere?


There is openApi but no docs yet. Basic information for writing Team Server
plugins are published at
http://www.jetbrains.net/confluence/display/TW/Plugin+Development

We're currently use test-NG and I'd like to be able to integrate support
for it into Team Server.


We have custom openApi for Team Server add-ons for Ant-based builds, but it's
not simple to use without documentation. We'll definetely try to close the gap
and provide appropriate docs, but I cannot promise we'll do it before the release.

To write your extension to Ant, you have to create a component which
implements AntTaskExtension interface and register this component in
build-agent-config.xml (see plugin docs how to package a build agent plugin).

The BuildProgressLogger (which is passed to AntTaskExtension) can be casted
to JUnitLogger interface to get test-related logging methods.

I hope these hints will help :)

Good luck,
KIR

--
Kirill Maximov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com
"Develop with pleasure!"

0

Please sign in to leave a comment.