public CreateProjectHandler(IClientFactoryVSTS vstsClient)
 {
     _vstsClient = vstsClient;
 }
Пример #2
0
 public EndpointsHandler(IClientFactoryVSTS vstsClient)
 {
     _vstsClient = vstsClient;
 }
 public CreateDotNetCoreRepositoryHandler(IClientFactoryVSTS vstsClient)
 {
     _vstsClient = vstsClient;
 }
Пример #4
0
 public BuildDefinitionsHandler(IClientFactoryVSTS vstsClient)
 {
     _vstsClient = vstsClient;
 }
 public CreateBuildDefinitionHandler(IClientFactoryVSTS vstsClient)
 {
     _vstsClient = vstsClient;
 }
Пример #6
0
 public ProjectsHandler(IClientFactoryVSTS vstsClient)
 {
     _vstsClient = vstsClient;
 }
 public CreateProjectWithAzureSEHandler(IClientFactoryVSTS vstsClient)
 {
     _vstsClient = vstsClient;
 }
 public RepositoriesHandler(IClientFactoryVSTS vstsClient)
 {
     _vstsClient = vstsClient;
 }