C# 클래스 MonkeyWrench.Scheduler.SVNUpdater

상속: SchedulerBase
파일 보기 프로젝트 열기: rolfbjarne/monkeywrench 1 사용 예제들

공개 메소드들

메소드 설명
SVNUpdater ( bool ForceFullUpdate ) : System
StartDiffThread ( ) : void
StopDiffThread ( ) : void

보호된 메소드들

메소드 설명
CompareRevisions ( string repository, string a, string b ) : int
UpdateRevisionsInDBInternal ( DB db, DBLane lane, string repository, DBRevision>.Dictionary revisions, List hosts, List hostlanes, string min_revision ) : bool

비공개 메소드들

메소드 설명
GetSVNDiff ( string lane, string repository, string revision ) : string
GetSVNLog ( DBLane dblane, string repository, int min_revision, int max_revision ) : string
UpdateSVNDiff ( object dummy ) : void

메소드 상세

CompareRevisions() 보호된 메소드

protected CompareRevisions ( string repository, string a, string b ) : int
repository string
a string
b string
리턴 int

SVNUpdater() 공개 메소드

public SVNUpdater ( bool ForceFullUpdate ) : System
ForceFullUpdate bool
리턴 System

StartDiffThread() 공개 정적인 메소드

public static StartDiffThread ( ) : void
리턴 void

StopDiffThread() 공개 정적인 메소드

public static StopDiffThread ( ) : void
리턴 void

UpdateRevisionsInDBInternal() 보호된 메소드

protected UpdateRevisionsInDBInternal ( DB db, DBLane lane, string repository, DBRevision>.Dictionary revisions, List hosts, List hostlanes, string min_revision ) : bool
db DB
lane MonkeyWrench.DataClasses.DBLane
repository string
revisions DBRevision>.Dictionary
hosts List
hostlanes List
min_revision string
리턴 bool