ITestRunBase Interface

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
Public property Attachments Gets the collection of attachments. (Inherited from IAttachmentOwner.)
Public property BuildConfigurationId Returns the ID of the build configuration for this run or 0 if no id exists
Public property BuildFlavor Build flavor such as 'Release' or 'Debug'.
Public property BuildNumber
Public property BuildPlatform Platform of the build.
Public property BuildUri
Public property Comment
Public property Controller
Public property DateCompleted
Public property DateCreated
Public property DateStarted
Public property Id Gets the identifier. (Inherited from IIdentifiable<TKey>.)
Public property IsDirty
Public property LastUpdated
Public property LastUpdatedBy
Public property LastUpdatedByName
Public property LinkedWorkItemCount
Public property Owner
Public property OwnerName
Public property OwnerTeamFoundationId
Public property Revision
Public property TestEnvironmentId
Public property TestPlanId
Public property TestSettings
Public property TestSettingsId
Public property Title

Top

Methods

  Name Description
Public method CopyTestSettings
Public method CreateAttachment(String) Creates an attachment from a file. (Inherited from IAttachmentOwner.)
Public method CreateAttachment(String, SourceFileAction) Creates an attachment from a file, optionally deleting the source file after uploading. (Inherited from IAttachmentOwner.)
Public method CreateAttachment(array<Byte[], Int32, Int32)
Public method Delete
Public method Refresh
Public method Save

Top

Events

  Name Description
Public event AttachmentUploadCompleted This event is raised when the attachment upload is completed. (Inherited from IAttachmentOwner.)
Public event PropertyChanged Occurs when a property value changes. (Inherited from INotifyPropertyChanged.)

Top

Remarks

No content here will be updated; please do not add material here.

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace