Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
No content here will be updated; please do not add material here.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Interface ITestRunBase _
Inherits IIdentifiable(Of Integer), IAttachmentOwner, INotifyPropertyChanged
public interface ITestRunBase : IIdentifiable<int>,
IAttachmentOwner, INotifyPropertyChanged
public interface class ITestRunBase : IIdentifiable<int>,
IAttachmentOwner, INotifyPropertyChanged
type ITestRunBase =
interface
interface IIdentifiable<int>
interface IAttachmentOwner
interface INotifyPropertyChanged
end
public interface ITestRunBase extends IIdentifiable<int>, IAttachmentOwner, INotifyPropertyChanged
The ITestRunBase type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Attachments | Gets the collection of attachments. (Inherited from IAttachmentOwner.) |
![]() |
BuildConfigurationId | Returns the ID of the build configuration for this run or 0 if no id exists |
![]() |
BuildFlavor | Build flavor such as 'Release' or 'Debug'. |
![]() |
BuildNumber | |
![]() |
BuildPlatform | Platform of the build. |
![]() |
BuildUri | |
![]() |
Comment | |
![]() |
Controller | |
![]() |
DateCompleted | |
![]() |
DateCreated | |
![]() |
DateStarted | |
![]() |
Id | Gets the identifier. (Inherited from IIdentifiable<TKey>.) |
![]() |
IsDirty | |
![]() |
LastUpdated | |
![]() |
LastUpdatedBy | |
![]() |
LastUpdatedByName | |
![]() |
LinkedWorkItemCount | |
![]() |
Owner | |
![]() |
OwnerName | |
![]() |
OwnerTeamFoundationId | |
![]() |
Revision | |
![]() |
TestEnvironmentId | |
![]() |
TestPlanId | |
![]() |
TestSettings | |
![]() |
TestSettingsId | |
![]() |
Title |
Top
Methods
Name | Description | |
---|---|---|
![]() |
CopyTestSettings | |
![]() |
CreateAttachment(String) | Creates an attachment from a file. (Inherited from IAttachmentOwner.) |
![]() |
CreateAttachment(String, SourceFileAction) | Creates an attachment from a file, optionally deleting the source file after uploading. (Inherited from IAttachmentOwner.) |
![]() |
CreateAttachment(array<Byte[], Int32, Int32) | |
![]() |
Delete | |
![]() |
Refresh | |
![]() |
Save |
Top
Events
Name | Description | |
---|---|---|
![]() |
AttachmentUploadCompleted | This event is raised when the attachment upload is completed. (Inherited from IAttachmentOwner.) |
![]() |
PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) |
Top
Remarks
No content here will be updated; please do not add material here.