Class BugConstants
Inheritance
System.Object
BugConstants
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.Extensibility.BugTracking
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class BugConstants
Constructors
BugConstants()
Declaration
public BugConstants()
Fields
JIRA_SYSTEM_NAME
Declaration
public const string JIRA_SYSTEM_NAME = "JIRA Server"
Field Value
System.String
|
TFS_COLLECTION_NAME
Declaration
public const string TFS_COLLECTION_NAME = "CollectionName"
Field Value
System.String
|
TFS_PROJECT_NAME
Declaration
public const string TFS_PROJECT_NAME = "ProjectName"
Field Value
System.String
|
TFS_SERVER_NAME
Declaration
public const string TFS_SERVER_NAME = "ServerName"
Field Value
System.String
|
TFS_SYSTEM_NAME
Declaration
public const string TFS_SYSTEM_NAME = "Team Foundation Server"
Field Value
System.String
|
TFS_USE_INTERGRATED_SECURITY
Declaration
public const string TFS_USE_INTERGRATED_SECURITY = "UseIntergratedSecurity"
Field Value
System.String
|