C# 클래스 Gi7.Client.Request.Issue.IssueFunctions

파일 보기 프로젝트 열기: michelsalib/Gi7

공개 메소드들

메소드 설명
CreateIssue ( IGitHubClient gitHubClient, string title, string repo, string username, string body = "" ) : void

Creates a new issue with the passed user in the passed repo

메소드 상세

CreateIssue() 공개 정적인 메소드

Creates a new issue with the passed user in the passed repo
public static CreateIssue ( IGitHubClient gitHubClient, string title, string repo, string username, string body = "" ) : void
gitHubClient IGitHubClient GitHub Client. Is genereated in the GithubService class
title string Title of the Issue. This is mandatory
repo string Name of the repository
username string usename of the sending user. mail address won't work
body string Description of the issue
리턴 void