IdConstants Class

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

Inheritance Hierarchy

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

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

Syntax

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

The IdConstants type exposes the following members.

Fields

  Name Description
Public fieldStatic member CoverAnJobId Returns a string ID for CoverAnJob.
Public fieldStatic member ProjectDeletionCleanupJobId Returns a string ID for ProjectDeletionCleanupJob.
Public fieldStatic member SuiteRepopulateJobId Returns a string ID for SuiteRepopulateJobId.
Public fieldStatic member TestCaseSynchronizerJobId Returns a string ID for TestCaseSynchronizerJobId.

Top

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

Reference

Microsoft.TeamFoundation.TestManagement.Common Namespace