Méthode | Description | |
---|---|---|
CheckConnection ( |
||
CheckRevision ( |
||
Connect ( |
||
Dispose ( ) : void | ||
GetAfterTillHead ( |
||
GetBinaryFileContent ( |
||
GetDiff ( |
||
GetFromAndBefore ( |
||
GetFromTillHead ( |
||
GetLastRevisionID ( ) : |
||
GetRevisions ( |
||
GetRevisions ( |
||
GetTextFileContent ( |
||
RetrieveAuthors ( DateRange dateRange ) : string[] | ||
VersionControlSystemMock ( ) : System |
Méthode | Description | |
---|---|---|
GetFromTo ( |
public CheckConnection ( |
||
settings | ||
errors | PluginProfileErrorCollection | |
Résultat | void |
public CheckRevision ( |
||
revision | ||
errors | PluginProfileErrorCollection | |
Résultat | void |
public Connect ( |
||
settings | ||
Résultat | void |
public GetAfterTillHead ( |
||
@from | ||
pageSize | int | |
Résultat | Tp.SourceControl.VersionControlSystem.RevisionRange[] |
public GetBinaryFileContent ( |
||
changeset | ||
path | string | |
Résultat | byte[] |
public GetDiff ( |
||
changeset | ||
path | string | |
Résultat |
public GetFromAndBefore ( |
||
@from | ||
to | ||
pageSize | int | |
Résultat | Tp.SourceControl.VersionControlSystem.RevisionRange[] |
public GetFromTillHead ( |
||
@from | ||
pageSize | int | |
Résultat | Tp.SourceControl.VersionControlSystem.RevisionRange[] |
public GetLastRevisionID ( ) : |
||
Résultat |
public GetRevisions ( |
||
revisionRange | ||
Résultat | Tp.SourceControl.VersionControlSystem.RevisionInfo[] |
public GetRevisions ( |
||
revisionRange | ||
path | string | |
Résultat | Tp.SourceControl.VersionControlSystem.RevisionInfo[] |
public GetTextFileContent ( |
||
changeset | ||
path | string | |
Résultat | string |
public RetrieveAuthors ( DateRange dateRange ) : string[] | ||
dateRange | DateRange | |
Résultat | string[] |
public VersionControlSystemMock ( ) : System | ||
Résultat | System |