C# Class Sep.Git.Tfs.VsFake.TfsHelper.FakeWorkspace

Inheritance: IWorkspace
Datei anzeigen Open project: git-tfs/git-tfs

Public Methods

Method Description
Checkin ( IPendingChange changes, string comment, string author, ICheckinNote checkinNote, IEnumerable workItemChanges, Sep.Git.Tfs.Core.TfsInterop.TfsPolicyOverrideInfo policyOverrideInfo, bool overrideGatedCheckIn ) : int
EvaluateCheckin ( TfsCheckinEvaluationOptions options, IPendingChange allChanges, IPendingChange changes, string comment, ICheckinNote checkinNote, IEnumerable workItemChanges ) : ICheckinEvaluationResult
EvaluateCheckin ( TfsCheckinEvaluationOptions options, IPendingChange allChanges, IPendingChange changes, string comment, string authors, ICheckinNote checkinNote, IEnumerable workItemChanges ) : ICheckinEvaluationResult
FakeWorkspace ( string directory, string repositoryRoot ) : System
ForceGetFile ( string path, int changeset ) : void
GetLocalItemForServerItem ( string serverItem ) : string
GetPendingChanges ( ) : IPendingChange[]
GetServerItemForLocalItem ( string localItem ) : string
GetSpecificVersion ( IChangeset changeset ) : void
GetSpecificVersion ( int changeset ) : void
GetSpecificVersion ( int changeset, IEnumerable changes ) : void
Merge ( string sourceTfsPath, string tfsRepositoryPath ) : void
PendAdd ( string path ) : int
PendDelete ( string path ) : int
PendEdit ( string path ) : int
PendRename ( string pathFrom, string pathTo ) : int
Shelve ( IShelveset shelveset, IPendingChange changes, TfsShelvingOptions options ) : void

Method Details

Checkin() public method

public Checkin ( IPendingChange changes, string comment, string author, ICheckinNote checkinNote, IEnumerable workItemChanges, Sep.Git.Tfs.Core.TfsInterop.TfsPolicyOverrideInfo policyOverrideInfo, bool overrideGatedCheckIn ) : int
changes IPendingChange
comment string
author string
checkinNote ICheckinNote
workItemChanges IEnumerable
policyOverrideInfo Sep.Git.Tfs.Core.TfsInterop.TfsPolicyOverrideInfo
overrideGatedCheckIn bool
return int

EvaluateCheckin() public method

public EvaluateCheckin ( TfsCheckinEvaluationOptions options, IPendingChange allChanges, IPendingChange changes, string comment, ICheckinNote checkinNote, IEnumerable workItemChanges ) : ICheckinEvaluationResult
options TfsCheckinEvaluationOptions
allChanges IPendingChange
changes IPendingChange
comment string
checkinNote ICheckinNote
workItemChanges IEnumerable
return ICheckinEvaluationResult

EvaluateCheckin() public method

public EvaluateCheckin ( TfsCheckinEvaluationOptions options, IPendingChange allChanges, IPendingChange changes, string comment, string authors, ICheckinNote checkinNote, IEnumerable workItemChanges ) : ICheckinEvaluationResult
options TfsCheckinEvaluationOptions
allChanges IPendingChange
changes IPendingChange
comment string
authors string
checkinNote ICheckinNote
workItemChanges IEnumerable
return ICheckinEvaluationResult

FakeWorkspace() public method

public FakeWorkspace ( string directory, string repositoryRoot ) : System
directory string
repositoryRoot string
return System

ForceGetFile() public method

public ForceGetFile ( string path, int changeset ) : void
path string
changeset int
return void

GetLocalItemForServerItem() public method

public GetLocalItemForServerItem ( string serverItem ) : string
serverItem string
return string

GetPendingChanges() public method

public GetPendingChanges ( ) : IPendingChange[]
return IPendingChange[]

GetServerItemForLocalItem() public method

public GetServerItemForLocalItem ( string localItem ) : string
localItem string
return string

GetSpecificVersion() public method

public GetSpecificVersion ( IChangeset changeset ) : void
changeset IChangeset
return void

GetSpecificVersion() public method

public GetSpecificVersion ( int changeset ) : void
changeset int
return void

GetSpecificVersion() public method

public GetSpecificVersion ( int changeset, IEnumerable changes ) : void
changeset int
changes IEnumerable
return void

Merge() public method

public Merge ( string sourceTfsPath, string tfsRepositoryPath ) : void
sourceTfsPath string
tfsRepositoryPath string
return void

PendAdd() public method

public PendAdd ( string path ) : int
path string
return int

PendDelete() public method

public PendDelete ( string path ) : int
path string
return int

PendEdit() public method

public PendEdit ( string path ) : int
path string
return int

PendRename() public method

public PendRename ( string pathFrom, string pathTo ) : int
pathFrom string
pathTo string
return int

Shelve() public method

public Shelve ( IShelveset shelveset, IPendingChange changes, TfsShelvingOptions options ) : void
shelveset IShelveset
changes IPendingChange
options TfsShelvingOptions
return void