C# 클래스 MSR.Tools.Mapper.MappingTool

상속: Tool
파일 보기 프로젝트 열기: kirnosenko/msr-tools 1 사용 예제들

공개 메소드들

메소드 설명
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 releases ) : void
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

비공개 메소드들

메소드 설명
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, ProjectFile file, bool resultOnly ) : bool
CheckLinesContent ( IRepository repository, IScmData scmData, string testRevision ) : void
CheckTargetsForCodeBlocks ( IRepository repository, string testRevision ) : void
Map ( MappingController mapping ) : void

메소드 상세

Check() 공개 메소드

public Check ( int stopRevisionNumber ) : void
stopRevisionNumber int
리턴 void

Check() 공개 메소드

public Check ( int stopRevisionNumber, string path, bool automaticallyFixDiffErrors ) : void
stopRevisionNumber int
path string
automaticallyFixDiffErrors bool
리턴 void

Check() 공개 메소드

public Check ( string stopRevision, string path, bool automaticallyFixDiffErrors ) : void
stopRevision string
path string
automaticallyFixDiffErrors bool
리턴 void

Info() 공개 메소드

public Info ( ) : void
리턴 void

Map() 공개 메소드

public Map ( bool createSchema, int stopRevisionNumber ) : void
createSchema bool
stopRevisionNumber int
리턴 void

Map() 공개 메소드

public Map ( bool createDataBase, string stopRevision ) : void
createDataBase bool
stopRevision string
리턴 void

MapReleaseEntity() 공개 메소드

public MapReleaseEntity ( string revision, string tag ) : void
revision string
tag string
리턴 void

MapReleases() 공개 메소드

public MapReleases ( string>.IDictionary releases ) : void
releases string>.IDictionary
리턴 void

MapSyntheticReleases() 공개 메소드

public MapSyntheticReleases ( int count ) : void
count int
리턴 void

MapSyntheticReleases() 공개 메소드

public MapSyntheticReleases ( int count, double stabilizationProbability ) : void
count int
stabilizationProbability double
리턴 void

MappingTool() 공개 메소드

public MappingTool ( string configFile ) : System
configFile string
리턴 System

PartialMap() 공개 메소드

public PartialMap ( int startRevisionNumber, IPathSelector pathSelectors ) : void
startRevisionNumber int
pathSelectors IPathSelector
리턴 void

PartialMap() 공개 메소드

public PartialMap ( string startRevision, IPathSelector pathSelectors ) : void
startRevision string
pathSelectors IPathSelector
리턴 void

Truncate() 공개 메소드

public Truncate ( int numberOfRevisionsToKeep ) : void
numberOfRevisionsToKeep int
리턴 void

Truncate() 공개 메소드

public Truncate ( string lastRevisionToKeep ) : void
lastRevisionToKeep string
리턴 void