Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
teamserver api?
Permanently deleted user
Created
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.
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!"
Matt Ho wrote:
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 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!"