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;
 }
Пример #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;
 }
 public ContentPackageGenerator(IOctopusDeployService octopusDeployService, IOctopusDeploySettings octopusDeploySettings, IArtifactRepository artifactRepository)
 {
     _octopusDeployService = octopusDeployService;
     _octopusDeploySettings = octopusDeploySettings;
     _artifactRepository = artifactRepository;
 }
 public ContentPackageGenerator(IOctopusDeployService octopusDeployService, IOctopusDeploySettings octopusDeploySettings, IArtifactRepository artifactRepository)
 {
     _octopusDeployService  = octopusDeployService;
     _octopusDeploySettings = octopusDeploySettings;
     _artifactRepository    = artifactRepository;
 }