Show / Hide Table of Contents

Class ArubaUriBuilder

A builder class that has various methods to help construct Uris.

Inheritance
object
ArubaUriBuilder
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.Internal.Studios.Aruba.Tfs
Assembly: Aruba.Tfs.dll
Syntax
public class ArubaUriBuilder

Methods

View Source

GetUriToBug(string, string, int)

Constructs a Uri to a given bug in Tfs (ADO).

Declaration
public static Uri GetUriToBug(string serviceEndpoint, string projectName, int bugID)
Parameters
Type Name Description
string serviceEndpoint

The service end point.

string projectName

The ADO project name.

int bugID

The ID of the bug.

Returns
Type Description
Uri

A Uri to the bug.

  • View Source
In this article
Back to top Generated by DocFX