Méthode | Description | |
---|---|---|
CheckIn ( |
||
CheckInChangedFile ( string vcsPath, string localPath, string comment ) : bool | ||
CheckInFile ( string vcsPath, string localPath, string comment ) : bool | ||
CheckInNewFile ( string vcsPath, string localPath, string comment ) : bool | ||
CheckOut ( |
||
CheckOutFile ( string vcsPath, string localPath, bool dontGetLocalCopy, string comment ) : bool | ||
CreateLabel ( string vcsPath, string labelName, string comment = "" ) : void | ||
DXVcsWrapper ( string server, string user = null, string password = null ) : System | ||
FindCommit ( |
||
GenerateCommits ( IEnumerable |
||
GenerateHistory ( |
||
GenerateTrackItems ( |
||
GetCommits ( System.DateTime timeStamp, IList |
||
GetFile ( string historyPath, string local ) : string | ||
GetProject ( string server, string vcsPath, string localPath, System.DateTime timeStamp ) : void | ||
GetUsers ( ) : IEnumerable |
||
MergeCommits ( IList |
||
ProcessCheckIn ( IEnumerable |
||
ProcessCheckout ( IEnumerable |
||
ProcessUndoCheckout ( IEnumerable |
||
RollbackItem ( |
||
UndoCheckoutFile ( string vcsPath, string localPath ) : bool |
Méthode | Description | |
---|---|---|
BeforeCheckOutCreateFile ( string vcsPath, string localPath, bool ignoreSharedFiles, |
||
BeforeCheckOutDeleteFile ( string vcsPath, string localPath, bool ignoreSharedFiles, |
||
BeforeCheckOutModifyFile ( string vcsPath, string localPath, bool ignoreSharedFiles, bool singleSharedFile, |
||
BeforeCheckOutMoveFile ( string vcsPath, string newVcsPath, string localPath, string newLocalPath, bool ignoreSharedFiles, |
||
CalcBeforeCheckoutState ( TestFileResult result ) : ProcessState | ||
CalcCheckoutStateAfterCheckout ( TestFileResult result ) : ProcessState | ||
CheckInDeletedFile ( string vcsPath, string localPath, string comment ) : bool | ||
CheckInMovedFile ( string vcsPath, string newVcsPath, string localPath, string newLocalPath, string comment ) : bool | ||
CheckIsSingleSharedFile ( IEnumerable |
||
CheckOutCreateFile ( string vcsPath, string localPath, string comment ) : bool | ||
CheckOutDeleteFile ( string vcsPath, string localPath, string comment ) : bool | ||
CheckOutModifyFile ( string vcsPath, string localFile, string comment ) : bool | ||
CheckOutMoveFile ( string vcsPath, string newVcsPath, string localPath, string newLocalPath, string comment ) : bool | ||
IsSharedFile ( string vcsPath ) : bool | ||
PerformHasFileTestBeforeCheckout ( string vcsPath ) : bool | ||
PerformSimpleTestBeforeCheckout ( string vcsPath, bool ignoreSharedFiles, bool singleSharedFile, bool allowSingleSharedFile ) : TestFileResult | ||
ProcessBeforeCheckout ( |
||
ProcessCheckoutItem ( |
public CheckIn ( |
||
item | ||
comment | string | |
Résultat | bool |
public CheckInChangedFile ( string vcsPath, string localPath, string comment ) : bool | ||
vcsPath | string | |
localPath | string | |
comment | string | |
Résultat | bool |
public CheckInFile ( string vcsPath, string localPath, string comment ) : bool | ||
vcsPath | string | |
localPath | string | |
comment | string | |
Résultat | bool |
public CheckInNewFile ( string vcsPath, string localPath, string comment ) : bool | ||
vcsPath | string | |
localPath | string | |
comment | string | |
Résultat | bool |
public CheckOut ( |
||
item | ||
comment | string | |
Résultat | bool |
public CheckOutFile ( string vcsPath, string localPath, bool dontGetLocalCopy, string comment ) : bool | ||
vcsPath | string | |
localPath | string | |
dontGetLocalCopy | bool | |
comment | string | |
Résultat | bool |
public CreateLabel ( string vcsPath, string labelName, string comment = "" ) : void | ||
vcsPath | string | |
labelName | string | |
comment | string | |
Résultat | void |
public DXVcsWrapper ( string server, string user = null, string password = null ) : System | ||
server | string | |
user | string | |
password | string | |
Résultat | System |
public FindCommit ( |
||
branch | ||
func | bool>.Func | |
Résultat |
public GenerateCommits ( IEnumerable |
||
historyItems | IEnumerable |
|
Résultat | IList |
public GenerateHistory ( |
||
branch | ||
from | System.DateTime | |
Résultat | IList |
public GenerateTrackItems ( |
||
trackBranch | ||
trackItem | ||
Résultat | IList |
public GetCommits ( System.DateTime timeStamp, IList |
||
timeStamp | System.DateTime | |
items | IList |
|
Résultat | IEnumerable |
public GetFile ( string historyPath, string local ) : string | ||
historyPath | string | |
local | string | |
Résultat | string |
public GetProject ( string server, string vcsPath, string localPath, System.DateTime timeStamp ) : void | ||
server | string | |
vcsPath | string | |
localPath | string | |
timeStamp | System.DateTime | |
Résultat | void |
public MergeCommits ( IList |
||
commits | IList |
|
Résultat | IList |
public ProcessCheckIn ( IEnumerable |
||
items | IEnumerable |
|
comment | string | |
Résultat | bool |
public ProcessCheckout ( IEnumerable |
||
items | IEnumerable |
|
ignoreSharedFiles | bool | |
branch | ||
Résultat | bool |
public ProcessUndoCheckout ( IEnumerable |
||
items | IEnumerable |
|
Résultat | bool |
public RollbackItem ( |
||
item | ||
Résultat | bool |
public UndoCheckoutFile ( string vcsPath, string localPath ) : bool | ||
vcsPath | string | |
localPath | string | |
Résultat | bool |