프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Project | VBProject |
메소드 | 설명 | |
---|---|---|
AddFile ( string filePath ) : void | ||
Checkout ( string branch ) : void | ||
Clone ( string remotePathOrUrl, string workingDirectory ) : IRepository | ||
Commit ( string message ) : void | ||
CreateBranch ( string branch ) : void | ||
CreateBranch ( string sourceBranch, string branch ) : void | ||
DeleteBranch ( string branch ) : void | ||
Fetch ( string remoteName ) : void | ||
Init ( string directory, bool bare = false ) : IRepository | ||
InitVBAProject ( string directory ) : IRepository | ||
Merge ( string sourceBranch, string destinationBranch ) : void | ||
Publish ( string branch ) : void | ||
Pull ( ) : void | ||
Push ( ) : void | ||
RemoveFile ( string filePath ) : void | ||
Revert ( ) : void | ||
Stage ( IEnumerable |
||
Stage ( string filePath ) : void | ||
Status ( ) : IEnumerable |
||
Undo ( string filePath ) : void | ||
Unpublish ( string branch ) : void |
메소드 | 설명 | |
---|---|---|
GetProjectNameFromDirectory ( string directory ) : string | ||
SourceControlProviderBase ( VBProject project ) : System | ||
SourceControlProviderBase ( VBProject project, IRepository repository, ICodePaneWrapperFactory wrapperFactory ) : System |
메소드 | 설명 | |
---|---|---|
Refresh ( ) : void |
public abstract Clone ( string remotePathOrUrl, string workingDirectory ) : IRepository | ||
remotePathOrUrl | string | |
workingDirectory | string | |
리턴 | IRepository |
public abstract CreateBranch ( string branch ) : void | ||
branch | string | |
리턴 | void |
public CreateBranch ( string sourceBranch, string branch ) : void | ||
sourceBranch | string | |
branch | string | |
리턴 | void |
public abstract DeleteBranch ( string branch ) : void | ||
branch | string | |
리턴 | void |
protected GetProjectNameFromDirectory ( string directory ) : string | ||
directory | string | |
리턴 | string |
public abstract Init ( string directory, bool bare = false ) : IRepository | ||
directory | string | |
bare | bool | |
리턴 | IRepository |
public InitVBAProject ( string directory ) : IRepository | ||
directory | string | |
리턴 | IRepository |
public Merge ( string sourceBranch, string destinationBranch ) : void | ||
sourceBranch | string | |
destinationBranch | string | |
리턴 | void |
public abstract RemoveFile ( string filePath ) : void | ||
filePath | string | |
리턴 | void |
protected SourceControlProviderBase ( VBProject project ) : System | ||
project | VBProject | |
리턴 | System |
protected SourceControlProviderBase ( VBProject project, IRepository repository, ICodePaneWrapperFactory wrapperFactory ) : System | ||
project | VBProject | |
repository | IRepository | |
wrapperFactory | ICodePaneWrapperFactory | |
리턴 | System |