C# 클래스 Sep.Git.Tfs.Util.ChangeSieve

파일 보기 프로젝트 열기: pmiossec/git-tfs 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetPathBeforeRename string
IgnorableChangeType bool
IncludeInApply bool
IncludeInFetch bool

공개 메소드들

메소드 설명
ChangeSieve ( IChangeset changeset, PathResolver resolver ) : System.Collections.Generic
GetChangesToApply ( bool forceGetChanges = false ) : IEnumerable

Get all the changes of a changeset to apply

GetChangesToFetch ( ) : IEnumerable

비공개 메소드들

메소드 설명
GetPathBeforeRename ( IItem item ) : string
IgnorableChangeType ( TfsChangeType changeType ) : bool
IncludeInApply ( NamedChange change ) : bool
IncludeInFetch ( NamedChange change ) : bool

메소드 상세

ChangeSieve() 공개 메소드

public ChangeSieve ( IChangeset changeset, PathResolver resolver ) : System.Collections.Generic
changeset IChangeset
resolver PathResolver
리턴 System.Collections.Generic

GetChangesToApply() 공개 메소드

Get all the changes of a changeset to apply
public GetChangesToApply ( bool forceGetChanges = false ) : IEnumerable
forceGetChanges bool true - force get changes ignoring check what should be applied.
리턴 IEnumerable

GetChangesToFetch() 공개 메소드

public GetChangesToFetch ( ) : IEnumerable
리턴 IEnumerable