메소드 | 설명 | |
---|---|---|
Create ( long repositoryId, int number, string newComment ) : Task |
Creates a new Issue Comment for a specified Issue. http://developer.github.com/v3/issues/comments/#create-a-comment |
|
Create ( string owner, string name, int number, string newComment ) : Task |
Creates a new Issue Comment for a specified Issue. http://developer.github.com/v3/issues/comments/#create-a-comment |
|
Delete ( long repositoryId, int id ) : System.Threading.Tasks.Task |
Deletes the specified Issue Comment http://developer.github.com/v3/issues/comments/#delete-a-comment |
|
Delete ( string owner, string name, int id ) : System.Threading.Tasks.Task |
Deletes the specified Issue Comment http://developer.github.com/v3/issues/comments/#delete-a-comment |
|
Get ( long repositoryId, int id ) : Task |
Gets a single Issue Comment by id. http://developer.github.com/v3/issues/comments/#get-a-single-comment |
|
Get ( string owner, string name, int id ) : Task |
Gets a single Issue Comment by id. http://developer.github.com/v3/issues/comments/#get-a-single-comment |
|
GetAllForIssue ( long repositoryId, int number ) : Task |
Gets Issue Comments for a specified Issue. http://developer.github.com/v3/issues/comments/#list-comments-on-an-issue |
|
GetAllForIssue ( long repositoryId, int number, Octokit.ApiOptions options ) : Task |
Gets Issue Comments for a specified Issue. http://developer.github.com/v3/issues/comments/#list-comments-on-an-issue |
|
GetAllForIssue ( string owner, string name, int number ) : Task |
Gets Issue Comments for a specified Issue. http://developer.github.com/v3/issues/comments/#list-comments-on-an-issue |
|
GetAllForIssue ( string owner, string name, int number, Octokit.ApiOptions options ) : Task |
Gets Issue Comments for a specified Issue. http://developer.github.com/v3/issues/comments/#list-comments-on-an-issue |
|
GetAllForRepository ( long repositoryId ) : Task |
Gets Issue Comments for a repository. http://developer.github.com/v3/issues/comments/#list-comments-in-a-repository |
|
GetAllForRepository ( long repositoryId, Octokit.ApiOptions options ) : Task |
Gets Issue Comments for a repository. http://developer.github.com/v3/issues/comments/#list-comments-in-a-repository |
|
GetAllForRepository ( long repositoryId, |
Gets Issue Comments for a repository. http://developer.github.com/v3/issues/comments/#list-comments-in-a-repository |
|
GetAllForRepository ( long repositoryId, |
Gets Issue Comments for a repository. http://developer.github.com/v3/issues/comments/#list-comments-in-a-repository |
|
GetAllForRepository ( string owner, string name ) : Task |
Gets Issue Comments for a repository. http://developer.github.com/v3/issues/comments/#list-comments-in-a-repository |
|
GetAllForRepository ( string owner, string name, Octokit.ApiOptions options ) : Task |
Gets Issue Comments for a repository. http://developer.github.com/v3/issues/comments/#list-comments-in-a-repository |
|
GetAllForRepository ( string owner, string name, |
Gets Issue Comments for a repository. http://developer.github.com/v3/issues/comments/#list-comments-in-a-repository |
|
GetAllForRepository ( string owner, string name, |
Gets Issue Comments for a repository. http://developer.github.com/v3/issues/comments/#list-comments-in-a-repository |
|
IssueCommentsClient ( IApiConnection apiConnection ) : System.Collections.Generic |
Instantiates a new GitHub Issue Comments API client.
|
|
Update ( long repositoryId, int id, string commentUpdate ) : Task |
Updates a specified Issue Comment. http://developer.github.com/v3/issues/comments/#edit-a-comment |
|
Update ( string owner, string name, int id, string commentUpdate ) : Task |
Updates a specified Issue Comment. http://developer.github.com/v3/issues/comments/#edit-a-comment |
public Create ( long repositoryId, int number, string newComment ) : Task |
||
repositoryId | long | The Id of the repository |
number | int | The number of the issue |
newComment | string | The new comment to add to the issue |
리턴 | Task |
public Create ( string owner, string name, int number, string newComment ) : Task |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
number | int | The number of the issue |
newComment | string | The new comment to add to the issue |
리턴 | Task |
public Delete ( long repositoryId, int id ) : System.Threading.Tasks.Task | ||
repositoryId | long | The Id of the repository |
id | int | The comment id |
리턴 | System.Threading.Tasks.Task |
public Delete ( string owner, string name, int id ) : System.Threading.Tasks.Task | ||
owner | string | The owner of the repository |
name | string | The name of the repository |
id | int | The comment id |
리턴 | System.Threading.Tasks.Task |
public Get ( long repositoryId, int id ) : Task |
||
repositoryId | long | The Id of the repository |
id | int | The issue comment id |
리턴 | Task |
public Get ( string owner, string name, int id ) : Task |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
id | int | The issue comment id |
리턴 | Task |
public GetAllForIssue ( long repositoryId, int number ) : Task |
||
repositoryId | long | The Id of the repository |
number | int | The issue number |
리턴 | Task |
public GetAllForIssue ( long repositoryId, int number, Octokit.ApiOptions options ) : Task |
||
repositoryId | long | The Id of the repository |
number | int | The issue number |
options | Octokit.ApiOptions | Options for changing the API response |
리턴 | Task |
public GetAllForIssue ( string owner, string name, int number ) : Task |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
number | int | The issue number |
리턴 | Task |
public GetAllForIssue ( string owner, string name, int number, Octokit.ApiOptions options ) : Task |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
number | int | The issue number |
options | Octokit.ApiOptions | Options for changing the API response |
리턴 | Task |
public GetAllForRepository ( long repositoryId ) : Task |
||
repositoryId | long | The Id of the repository |
리턴 | Task |
public GetAllForRepository ( long repositoryId, Octokit.ApiOptions options ) : Task |
||
repositoryId | long | The Id of the repository |
options | Octokit.ApiOptions | Options for changing the API response |
리턴 | Task |
public GetAllForRepository ( long repositoryId, |
||
repositoryId | long | The Id of the repository |
request | The sorting |
|
리턴 | Task |
public GetAllForRepository ( long repositoryId, |
||
repositoryId | long | The Id of the repository |
request | The sorting |
|
options | Octokit.ApiOptions | Options for changing the API response |
리턴 | Task |
public GetAllForRepository ( string owner, string name ) : Task |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
리턴 | Task |
public GetAllForRepository ( string owner, string name, Octokit.ApiOptions options ) : Task |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
options | Octokit.ApiOptions | Options for changing the API response |
리턴 | Task |
public GetAllForRepository ( string owner, string name, |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
request | The sorting |
|
리턴 | Task |
public GetAllForRepository ( string owner, string name, |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
request | The sorting |
|
options | Octokit.ApiOptions | Options for changing the API response |
리턴 | Task |
public IssueCommentsClient ( IApiConnection apiConnection ) : System.Collections.Generic | ||
apiConnection | IApiConnection | An API connection |
리턴 | System.Collections.Generic |
public Update ( long repositoryId, int id, string commentUpdate ) : Task |
||
repositoryId | long | The Id of the repository |
id | int | The comment id |
commentUpdate | string | The modified comment |
리턴 | Task |
public Update ( string owner, string name, int id, string commentUpdate ) : Task |
||
owner | string | The owner of the repository |
name | string | The name of the repository |
id | int | The comment id |
commentUpdate | string | The modified comment |
리턴 | Task |