Метод | Описание | |
---|---|---|
Checkin ( IPendingChange changes, string comment, string author, ICheckinNote checkinNote, IEnumerable |
||
EvaluateCheckin ( TfsCheckinEvaluationOptions options, IPendingChange allChanges, IPendingChange changes, string comment, ICheckinNote checkinNote, IEnumerable |
||
EvaluateCheckin ( TfsCheckinEvaluationOptions options, IPendingChange allChanges, IPendingChange changes, string comment, string authors, ICheckinNote checkinNote, IEnumerable |
||
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 |
||
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 |
public Checkin ( IPendingChange changes, string comment, string author, ICheckinNote checkinNote, IEnumerable |
||
changes | IPendingChange | |
comment | string | |
author | string | |
checkinNote | ICheckinNote | |
workItemChanges | IEnumerable |
|
policyOverrideInfo | Sep.Git.Tfs.Core.TfsInterop.TfsPolicyOverrideInfo | |
overrideGatedCheckIn | bool | |
Результат | int |
public EvaluateCheckin ( TfsCheckinEvaluationOptions options, IPendingChange allChanges, IPendingChange changes, string comment, ICheckinNote checkinNote, IEnumerable |
||
options | TfsCheckinEvaluationOptions | |
allChanges | IPendingChange | |
changes | IPendingChange | |
comment | string | |
checkinNote | ICheckinNote | |
workItemChanges | IEnumerable |
|
Результат | ICheckinEvaluationResult |
public EvaluateCheckin ( TfsCheckinEvaluationOptions options, IPendingChange allChanges, IPendingChange changes, string comment, string authors, ICheckinNote checkinNote, IEnumerable |
||
options | TfsCheckinEvaluationOptions | |
allChanges | IPendingChange | |
changes | IPendingChange | |
comment | string | |
authors | string | |
checkinNote | ICheckinNote | |
workItemChanges | IEnumerable |
|
Результат | ICheckinEvaluationResult |
public FakeWorkspace ( string directory, string repositoryRoot ) : System | ||
directory | string | |
repositoryRoot | string | |
Результат | System |
public ForceGetFile ( string path, int changeset ) : void | ||
path | string | |
changeset | int | |
Результат | void |
public GetLocalItemForServerItem ( string serverItem ) : string | ||
serverItem | string | |
Результат | string |
public GetPendingChanges ( ) : IPendingChange[] | ||
Результат | IPendingChange[] |
public GetServerItemForLocalItem ( string localItem ) : string | ||
localItem | string | |
Результат | string |
public GetSpecificVersion ( IChangeset changeset ) : void | ||
changeset | IChangeset | |
Результат | void |
public GetSpecificVersion ( int changeset ) : void | ||
changeset | int | |
Результат | void |
public GetSpecificVersion ( int changeset, IEnumerable |
||
changeset | int | |
changes | IEnumerable |
|
Результат | void |
public Merge ( string sourceTfsPath, string tfsRepositoryPath ) : void | ||
sourceTfsPath | string | |
tfsRepositoryPath | string | |
Результат | void |
public PendRename ( string pathFrom, string pathTo ) : int | ||
pathFrom | string | |
pathTo | string | |
Результат | int |
public Shelve ( IShelveset shelveset, IPendingChange changes, TfsShelvingOptions options ) : void | ||
shelveset | IShelveset | |
changes | IPendingChange | |
options | TfsShelvingOptions | |
Результат | void |