C# 클래스 DevOpsMetrics.Service.Controllers.LeadTimeForChangesController

상속: ControllerBase
파일 보기 프로젝트 열기: samsmithnz/DevOpsMetrics

공개 메소드들

메소드 설명
LeadTimeForChangesController ( IConfiguration configuration ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

LeadTimeForChangesController() 공개 메소드

public LeadTimeForChangesController ( IConfiguration configuration ) : System
configuration IConfiguration
리턴 System