IdConstants Class

 

Specifies the job IDs for the Team Foundation Server agent jobs.

Namespace:   Microsoft.TeamFoundation.TestManagement.Common
Assembly:  Microsoft.TeamFoundation.TestManagement.Common (in Microsoft.TeamFoundation.TestManagement.Common.dll)

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.TestManagement.Common.IdConstants

Syntax

public static class IdConstants
public ref class IdConstants abstract sealed 
[<AbstractClass>]
[<Sealed>]
type IdConstants = class end
Public NotInheritable Class IdConstants

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static CoverAnJobId

Returns a string ID for CoverAnJob.

System_CAPS_pubfieldSystem_CAPS_static DummyWorkItemsTitleGuid

System_CAPS_pubfieldSystem_CAPS_static MigrateTcmArtifactsToWitJobId

System_CAPS_pubfieldSystem_CAPS_static ProjectDeletionCleanupJobId

Returns a string ID for ProjectDeletionCleanupJob.

System_CAPS_pubfieldSystem_CAPS_static TestCaseSynchronizerJobId

Returns a string ID for TestCaseSynchronizerJobId.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.TeamFoundation.TestManagement.Common Namespace

Return to top