Edit

GitImportStatusDetail Class

Definition

Additional status information about an import request.

[System.Runtime.Serialization.DataContract]
public class GitImportStatusDetail : Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlSecuredObject
type GitImportStatusDetail = class
    inherit VersionControlSecuredObject
Public Class GitImportStatusDetail
Inherits VersionControlSecuredObject
Inheritance
GitImportStatusDetail
Attributes

Constructors

GitImportStatusDetail()

Properties

AllSteps

All valid steps for the import process

CurrentStep

Index into AllSteps for the current step

ErrorMessage

Error message if the operation failed.

Methods

SetSecuredObject(ISecuredObject) (Inherited from VersionControlSecuredObject)

Explicit Interface Implementations

ISecuredObject.GetToken() (Inherited from VersionControlSecuredObject)
ISecuredObject.NamespaceId (Inherited from VersionControlSecuredObject)
ISecuredObject.RequiredPermissions (Inherited from VersionControlSecuredObject)

Applies to