Method | Description | |
---|---|---|
Check ( int stopRevisionNumber ) : void | ||
Check ( int stopRevisionNumber, string path, bool automaticallyFixDiffErrors ) : void | ||
Check ( string stopRevision, string path, bool automaticallyFixDiffErrors ) : void | ||
Info ( ) : void | ||
Map ( bool createSchema, int stopRevisionNumber ) : void | ||
Map ( bool createDataBase, string stopRevision ) : void | ||
MapReleaseEntity ( string revision, string tag ) : void | ||
MapReleases ( string>.IDictionary |
||
MapSyntheticReleases ( int count ) : void | ||
MapSyntheticReleases ( int count, double stabilizationProbability ) : void | ||
MappingTool ( string configFile ) : System | ||
PartialMap ( int startRevisionNumber, IPathSelector pathSelectors ) : void | ||
PartialMap ( string startRevision, IPathSelector pathSelectors ) : void | ||
Truncate ( int numberOfRevisionsToKeep ) : void | ||
Truncate ( string lastRevisionToKeep ) : void |
Method | Description | |
---|---|---|
CheckCodeSizeForDeletedFiles ( IRepository repository, string testRevision ) : void | ||
CheckDeletedCodeBlocksVsAdded ( IRepository repository, string testRevision ) : void | ||
CheckEmptyCodeBlocks ( IRepository repository, string testRevision ) : void | ||
CheckLinesContent ( IRepository repository, IScmData scmData, string testRevision, |
||
CheckLinesContent ( IRepository repository, IScmData scmData, string testRevision ) : void | ||
CheckTargetsForCodeBlocks ( IRepository repository, string testRevision ) : void | ||
Map ( MappingController mapping ) : void |
public Check ( int stopRevisionNumber ) : void | ||
stopRevisionNumber | int | |
return | void |
public Check ( int stopRevisionNumber, string path, bool automaticallyFixDiffErrors ) : void | ||
stopRevisionNumber | int | |
path | string | |
automaticallyFixDiffErrors | bool | |
return | void |
public Check ( string stopRevision, string path, bool automaticallyFixDiffErrors ) : void | ||
stopRevision | string | |
path | string | |
automaticallyFixDiffErrors | bool | |
return | void |
public Map ( bool createSchema, int stopRevisionNumber ) : void | ||
createSchema | bool | |
stopRevisionNumber | int | |
return | void |
public Map ( bool createDataBase, string stopRevision ) : void | ||
createDataBase | bool | |
stopRevision | string | |
return | void |
public MapReleaseEntity ( string revision, string tag ) : void | ||
revision | string | |
tag | string | |
return | void |
public MapReleases ( string>.IDictionary |
||
releases | string>.IDictionary | |
return | void |
public MapSyntheticReleases ( int count ) : void | ||
count | int | |
return | void |
public MapSyntheticReleases ( int count, double stabilizationProbability ) : void | ||
count | int | |
stabilizationProbability | double | |
return | void |
public MappingTool ( string configFile ) : System | ||
configFile | string | |
return | System |
public PartialMap ( int startRevisionNumber, IPathSelector pathSelectors ) : void | ||
startRevisionNumber | int | |
pathSelectors | IPathSelector | |
return | void |
public PartialMap ( string startRevision, IPathSelector pathSelectors ) : void | ||
startRevision | string | |
pathSelectors | IPathSelector | |
return | void |
public Truncate ( int numberOfRevisionsToKeep ) : void | ||
numberOfRevisionsToKeep | int | |
return | void |
public Truncate ( string lastRevisionToKeep ) : void | ||
lastRevisionToKeep | string | |
return | void |