Class
TeamPulseLink

Definition

Namespace:ArtOfTest.WebAii.Design.ProjectModel.TestLinks

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
[Obsolete("This class has been depricated. It is used only for backward compatibility for old tests which had TeamPulse integration.")]
[DataContract(Name = "TeamPulseLink", Namespace = "http://artoftest.com/schemas/WebAiiDesignCanvas/2.0.0")]
[KnownType(typeof(TestLinkBase))]
public class TeamPulseLink : TestLinkBase

Inheritance: objectTestLinkBaseTeamPulseLink

Derived Classes: AcceptanceCriteriaLink

Inherited Members TestLinkBase.Title

Constructors

Declaration

cs-api-definition
public TeamPulseLink()

Properties

Builds a friendly name to display in the properties grid or any future UI.

Declaration

cs-api-definition
public override string FriendlyName { get; }

Property Value

string

Overrides TestLinkBase.FriendlyName

Gets or sets the project id.

Declaration

cs-api-definition
[DataMember]
public int ProjectId { get; set; }

Property Value

int

The project id.

Gets or sets the server URL.

Declaration

cs-api-definition
[DataMember]
public string ServerUrl { get; set; }

Property Value

string

The server URL.

The REST uri that can be used to navigate to that link. (i.e. inside a browser...etc)

Declaration

cs-api-definition
public override string Uri { get; }

Property Value

string

Overrides TestLinkBase.Uri