







![]() ![]() |
TFS Build Extensions Help (v1.0.0.6) |
BuildReport Members |
BuildReport Class Constructors Properties See Also Send Feedback |
The BuildReport type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | BuildReport |
Properties
Name | Description | |
---|---|---|
![]() | Action |
Specifies the action to perform
|
![]() | AssociatedChangesets |
Sets the changesets associated with the build
|
![]() | Attachments |
An Item Collection of full paths of files to attach to the email.
|
![]() | EmailReport |
Sets whether to email the report. Default is false
|
![]() | EnableSsl |
Sets whether to EnableSsl
|
![]() | FilePath |
Sets the Build Report file path. Defaults to the build DropLocation
|
![]() | Format |
Sets the format of the email. Default is Text
|
![]() | MailFrom |
The email address to send the email from.
|
![]() | MailTo |
Sets the Item Collection of email address to send the email to.
|
![]() | Port |
Sets the port to use. Ignored if not specified.
|
![]() | Priority |
The priority of the email. Default is Normal
|
![]() | ReportFileName |
Sets the Build Report file name. Defaults to BuildReport.txt
|
![]() | SkipFiles |
Sets whether to skip the reporting of all files in the DropLocation. Default is false;
|
![]() | SmtpServer |
The SMTP server to use to send the email.
|
![]() | Subject |
The subject of the email. Defaults to "Build Report: BUILDNAME (BUILDNUMBER)"
|
![]() | UseDefaultCredentials |
Gets or sets a Boolean value that controls whether the DefaultCredentials are sent with requests. DefaultCredentials represents the system credentials for the current security context in which the application is running. Default is true.
If UserName and UserPassword is supplied, this is set to false. If UserName and UserPassword are not supplied and this is set to false then mail is sent to the server anonymously. If you provide credentials for basic authentication, they are sent to the server in clear text. This can present a security issue because your credentials can be seen, and then used by others. |
![]() | UserName |
Sets the UserName if SmtpClient requires credentials
|
![]() | UserPassword |
Sets the UserPassword if SmtpClient requires credentials
|
![]() | XslTransformFile |
Sets the Xsl File to transform the Xml report. An embbeded Xsl file is used by default.
|