메소드 | 설명 | |
---|---|---|
PullRequestFileNode ( string repositoryPath, string path, string sha, PullRequestFileStatus status, [ statusDisplay ) : System |
Initializes a new instance of the PullRequestFileNode class.
|
public PullRequestFileNode ( string repositoryPath, string path, string sha, PullRequestFileStatus status, [ statusDisplay ) : System | ||
repositoryPath | string | The absolute path to the repository. |
path | string | The path to the file, relative to the repository. |
sha | string | The SHA of the file. |
status | PullRequestFileStatus | The way the file was changed. |
statusDisplay | [ | The string to display in the [message] box next to the filename. |
리턴 | System |