Class ChangelogInformationCollector
- java.lang.Object
-
- ch.mobi.mobitor.service.scheduling.ChangelogInformationCollector
-
@Component @ConditionalOnProperty(name="mobitor.modules.changelog.enabled", havingValue="true") public class ChangelogInformationCollector extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ChangelogInformationCollector(ch.mobi.mobitor.plugin.bitbucket.service.client.BitBucketClient bitBucketClient, ch.mobi.mobitor.plugin.jira.service.client.JiraClient jiraClient, ch.mobi.mobitor.service.DeploymentInformationService deploymentInformationService, ChangelogConfigurationService changelogConfigurationService, ch.mobi.mobitor.service.EnvironmentsConfigurationService environmentsConfigurationService, ChangelogConfiguration changelogConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcollectChangelogInformation()booleanissueIsNotInBlacklistedProject(java.lang.String jiraIssueKey)
-
-
-
Constructor Detail
-
ChangelogInformationCollector
@Autowired public ChangelogInformationCollector(ch.mobi.mobitor.plugin.bitbucket.service.client.BitBucketClient bitBucketClient, ch.mobi.mobitor.plugin.jira.service.client.JiraClient jiraClient, ch.mobi.mobitor.service.DeploymentInformationService deploymentInformationService, ChangelogConfigurationService changelogConfigurationService, ch.mobi.mobitor.service.EnvironmentsConfigurationService environmentsConfigurationService, ChangelogConfiguration changelogConfiguration)
-
-