C# Class DevOpsMetrics.Service.Controllers.LeadTimeForChangesController

Inheritance: ControllerBase
Exibir arquivo Open project: samsmithnz/DevOpsMetrics

Public Methods

Method Description
LeadTimeForChangesController ( IConfiguration configuration ) : System

Private Methods

Method Description
GetAzureDevOpsLeadTimeForChanges ( bool getSampleData, string organization, string project, string repository, string branch, string buildName, int numberOfDays, int maxNumberOfItems, bool useCache ) : Task
GetGitHubLeadTimeForChanges ( bool getSampleData, string owner, string repo, string branch, string workflowName, string workflowId, int numberOfDays, int maxNumberOfItems, bool useCache ) : Task

Method Details

LeadTimeForChangesController() public method

public LeadTimeForChangesController ( IConfiguration configuration ) : System
configuration IConfiguration
return System