C# Class Hackathon_GetStarted.DomainServices.VSTSClient

Inheritance: IDisposable
Afficher le fichier Open project: julienstroheker/hackathon_GetStarted Class Usage Examples

Private Properties

Свойство Type Description
BuildStyleConf Newtonsoft.Json.Linq.JObject

Méthodes publiques

Méthode 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

Méthode Description
BuildStyleConf ( ) : Newtonsoft.Json.Linq.JObject

Method Details

ConfigureBoard() public méthode

public ConfigureBoard ( ) : Task
Résultat Task

CreateProject() public méthode

public CreateProject ( string newProjectName, string typeProject ) : Task
newProjectName string
typeProject string
Résultat Task

CreateUserStory() public méthode

public CreateUserStory ( string title, string state, string tag, string witType, string assignedTo ) : void
title string
state string
tag string
witType string
assignedTo string
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetTenantProjects() public méthode

public GetTenantProjects ( ) : Task>
Résultat Task>

PushStyleConf() public méthode

public PushStyleConf ( ) : void
Résultat void

VSTSClient() public méthode

public VSTSClient ( string username, string password, string tenant, string projectName ) : Newtonsoft.Json
username string
password string
tenant string
projectName string
Résultat Newtonsoft.Json