C# Class Hackathon_GetStarted.DomainServices.VSTSClient

Inheritance: IDisposable
Mostrar archivo Open project: julienstroheker/hackathon_GetStarted Class Usage Examples

Private Properties

Property Type Description
BuildStyleConf Newtonsoft.Json.Linq.JObject

Public Methods

Method Description
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

Private Methods

Method Description
BuildStyleConf ( ) : Newtonsoft.Json.Linq.JObject

Method Details

ConfigureBoard() public method

public ConfigureBoard ( ) : Task
return Task

CreateProject() public method

public CreateProject ( string newProjectName, string typeProject ) : Task
newProjectName string
typeProject string
return Task

CreateUserStory() public method

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

Dispose() public method

public Dispose ( ) : void
return void

GetTenantProjects() public method

public GetTenantProjects ( ) : Task>
return Task>

PushStyleConf() public method

public PushStyleConf ( ) : void
return void

VSTSClient() public method

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