public ReleaseNotesGenerator(IOctopusToTeamcityMappingStrategy octopusToTeamcityMappingStrategy, IOctopusDeployService octopusDeployService, IOctopusDeploySettings octopusDeploySettings, IBuildIdToTagNameStratergy buildIdToTagNameStratergy, ISourceControlService sourceControlService, IBugTrackingService bugTrackingService)
 {
     _octopusToTeamcityMappingStrategy = octopusToTeamcityMappingStrategy;
     _octopusDeployService = octopusDeployService;
     _octopusDeploySettings = octopusDeploySettings;
     _buildIdToTagNameStratergy = buildIdToTagNameStratergy;
     _sourceControlService = sourceControlService;
     _bugTrackingService = bugTrackingService;
 }
Esempio n. 2
0
 public ReleaseNotesGenerator(IOctopusToTeamcityMappingStrategy octopusToTeamcityMappingStrategy, IOctopusDeployService octopusDeployService, IOctopusDeploySettings octopusDeploySettings, IBuildIdToTagNameStratergy buildIdToTagNameStratergy, ISourceControlService sourceControlService, IBugTrackingService bugTrackingService)
 {
     _octopusToTeamcityMappingStrategy = octopusToTeamcityMappingStrategy;
     _octopusDeployService             = octopusDeployService;
     _octopusDeploySettings            = octopusDeploySettings;
     _buildIdToTagNameStratergy        = buildIdToTagNameStratergy;
     _sourceControlService             = sourceControlService;
     _bugTrackingService = bugTrackingService;
 }