C# 클래스 Hackathon_GetStarted.DomainServices.VSTSClient

상속: IDisposable
파일 보기 프로젝트 열기: julienstroheker/hackathon_GetStarted 1 사용 예제들

Private Properties

프로퍼티 타입 설명
BuildStyleConf Newtonsoft.Json.Linq.JObject

공개 메소드들

메소드 설명
ConfigureBoard ( ) : Task
CreateProject ( string newProjectName, string typeProject ) : Task
CreateUserStory ( string title, string state, string tag, string witType, string assignedTo ) : void
Dispose ( ) : void
GetTenantProjects ( ) : Task>
PushStyleConf ( ) : void
VSTSClient ( string username, string password, string tenant, string projectName ) : Newtonsoft.Json

비공개 메소드들

메소드 설명
BuildStyleConf ( ) : Newtonsoft.Json.Linq.JObject

메소드 상세

ConfigureBoard() 공개 메소드

public ConfigureBoard ( ) : Task
리턴 Task

CreateProject() 공개 메소드

public CreateProject ( string newProjectName, string typeProject ) : Task
newProjectName string
typeProject string
리턴 Task

CreateUserStory() 공개 메소드

public CreateUserStory ( string title, string state, string tag, string witType, string assignedTo ) : void
title string
state string
tag string
witType string
assignedTo string
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetTenantProjects() 공개 메소드

public GetTenantProjects ( ) : Task>
리턴 Task>

PushStyleConf() 공개 메소드

public PushStyleConf ( ) : void
리턴 void

VSTSClient() 공개 메소드

public VSTSClient ( string username, string password, string tenant, string projectName ) : Newtonsoft.Json
username string
password string
tenant string
projectName string
리턴 Newtonsoft.Json