This section describes the Ant tasks
that you can use to publish build results and contributions.
artifactFilePublisher
The artifactFilePublisher task adds an artifact
contribution to a build result. The artifact is stored directly in
the Jazz repository.
Artifact file contributions are shown on the downloads page of the
build result.
artifactLinkPublisher
The artifactLinkPublisher task adds a link contribution
to a build result. The Jazz repository stores
a URL link to the artifact. Artifact link contributions are shown
on the downloads page of the build result.
buildResultPublisher
The buildResultPublisher task updates a build result
in a team repository.
cppunitLogPublisher
The cppunitLogPublisher task adds a CPPUnit XML
log as a contribution to a build result.
filePublisher
The filePublisher task publishes a file as a contribution
to a build result. All contributions within a build result have a
primary extended contribution type identifier, which helps you determine
what type of contribution you are viewing. The filePublisher task
requires the client to identify all extended contribution identifiers.
The task is designed for scenarios where you have custom file-based
contributions in build results and the contributions require unique
identifiers.
jdtCompileLogPublisher
The jdtCompileLogPublisher task adds one or more
JDT (or ECJ) compiler logs as a contribution to a build result.
junitLogPublisher
The junitLogPublisher task adds a JUnit XML log
as a contribution to a build result.
mstestLogPublisher
The mstestLogPublisher task adds a MSTest TRX XML
log as a contribution to a build result.
nunitLogPublisher
The nunitLogPublisher task adds a NUnit XML log
as a contribution to a build result.
linkPublisher
The linkPublisher task adds a link as a contribution
to a build result. You can view the link contributions from the external
links page of the build result editor.
logPublisher
The logPublisher task adds a log as a contribution
to a build result.
workItemPublisher
The workItemPublisher task publishes work item
information to a build result.