C# 클래스 Sep.Git.Tfs.Core.TfsChangeset

상속: ITfsChangeset
파일 보기 프로젝트 열기: pmiossec/git-tfs

공개 메소드들

메소드 설명
Apply ( string lastCommit, IGitTreeModifier treeBuilder, ITfsWorkspace workspace, GitObject>.IDictionary initialTree, Action ignorableErrorHandler ) : Sep.Git.Tfs.Core.LogEntry
CopyTree ( IGitTreeModifier treeBuilder, ITfsWorkspace workspace ) : Sep.Git.Tfs.Core.LogEntry
GetFullTree ( ) : IEnumerable
GetTree ( ) : IEnumerable
TfsChangeset ( ITfsHelper tfs, IChangeset changeset, AuthorsFile authors ) : System

비공개 메소드들

메소드 설명
Add ( IItem item, string pathInGitRepo, IGitTreeModifier treeBuilder, ITfsWorkspace workspace ) : void
Apply ( ApplicableChange change, IGitTreeModifier treeBuilder, ITfsWorkspace workspace, GitObject>.IDictionary initialTree ) : void
Delete ( string pathInGitRepo, IGitTreeModifier treeBuilder, GitObject>.IDictionary initialTree ) : void
GetPathRelativeToWorkspaceLocalPath ( ITfsWorkspace workspace ) : string
MakeNewLogEntry ( ) : Sep.Git.Tfs.Core.LogEntry
MakeNewLogEntry ( IChangeset changesetToLog, IGitTfsRemote remote = null ) : Sep.Git.Tfs.Core.LogEntry
Update ( ApplicableChange change, IGitTreeModifier treeBuilder, ITfsWorkspace workspace, GitObject>.IDictionary initialTree ) : void

메소드 상세

Apply() 공개 메소드

public Apply ( string lastCommit, IGitTreeModifier treeBuilder, ITfsWorkspace workspace, GitObject>.IDictionary initialTree, Action ignorableErrorHandler ) : Sep.Git.Tfs.Core.LogEntry
lastCommit string
treeBuilder IGitTreeModifier
workspace ITfsWorkspace
initialTree GitObject>.IDictionary
ignorableErrorHandler Action
리턴 Sep.Git.Tfs.Core.LogEntry

CopyTree() 공개 메소드

public CopyTree ( IGitTreeModifier treeBuilder, ITfsWorkspace workspace ) : Sep.Git.Tfs.Core.LogEntry
treeBuilder IGitTreeModifier
workspace ITfsWorkspace
리턴 Sep.Git.Tfs.Core.LogEntry

GetFullTree() 공개 메소드

public GetFullTree ( ) : IEnumerable
리턴 IEnumerable

GetTree() 공개 메소드

public GetTree ( ) : IEnumerable
리턴 IEnumerable

TfsChangeset() 공개 메소드

public TfsChangeset ( ITfsHelper tfs, IChangeset changeset, AuthorsFile authors ) : System
tfs ITfsHelper
changeset IChangeset
authors Sep.Git.Tfs.Util.AuthorsFile
리턴 System