|
|
Since Codebeamer 5.7 Builds are not available.
|
.|
|
These task definitions are immediately available for your scripts, there is no need for adding <taskdef> elements.
|
|
Attribute
|
Required
|
Description
|
|---|---|---|
|
reportid
|
Yes
|
Report ID to generate.
|
|
filename
|
Yes
|
Relative or absolute path of the file where the generated report will be stored.
|
|
comments
|
No
|
Boolean ("true" or "false"), whether to include tracker item comments in the report. Defaults to "false".
|
|
descriptions
|
No
|
Boolean ("true" or "false"), whether to Include tracker item descriptions in the report. Defaults to "false".
|
|
type
|
No
|
Format of the report output file. Supported formats: "pdf", "excel", "wiki", "xml", "csv". Defaults to "excel".
|
|
Attribute
|
Required
|
Description
|
|---|---|---|
|
forumid
|
Yes
|
Forum ID to post to.
|
|
threadid
|
No
|
Thread ID when replying to an existing thread.
|
|
subject
|
Yes
|
Message subject.
|
|
description
|
Yes
|
Message body.
|
|
format
|
No
|
'W' for Wiki, 'T' for plain text or 'H' for HTML.
|
|
attachment
|
No
|
Relative or absolute path of the file to attach.
|
|
Attribute
|
Required
|
Description
|
|---|---|---|
|
file
|
Yes
|
Comma-separated list of files to upload.
|
|
tofile
|
Yes
|
Target filename in the Codebeamer Document Manager if a single file is to copy.
|
|
todir
|
No
|
Target dirname in the Codebeamer Document Manager. Defaults to the root directory.
|
|
description
|
Yes
|
Document description for the uploaded file.
|
|
descriptionformat
|
No
|
'W' for Wiki, 'T' for plain text or 'H' for HTML.
|
|
keywords
|
No
|
Keywords for the uploaded file.
|
|
scccommitmessage
|
No
|
Commit message for this particular revision.
|
|
scccommitmessageformat
|
No
|
'W' for Wiki, 'T' for plain text or 'H' for HTML.
|