|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of NotificationManager in com.atlassian.bamboo.brokenbuildtracker.notifications |
|---|
| Methods in com.atlassian.bamboo.brokenbuildtracker.notifications with parameters of type NotificationManager | |
|---|---|
void |
ResponsibilitiesUpdatedNotificationListener.setNotificationManager(NotificationManager notificationManager)
|
| Uses of NotificationManager in com.atlassian.bamboo.build.creation |
|---|
| Fields in com.atlassian.bamboo.build.creation declared as NotificationManager | |
|---|---|
protected NotificationManager |
PlanCreationTemplate.notificationManager
|
| Constructors in com.atlassian.bamboo.build.creation with parameters of type NotificationManager | |
|---|---|
ChainBranchCreationServiceImpl(PlanManager planManager,
ProjectManager projectManager,
BambooAclUpdateHelper aclUpdateHelper,
BambooAuthenticationContext authenticationContext,
BambooLicenseManager bambooLicenseManager,
HibernateMutableAclService aclService,
PlanScheduler planScheduler,
RepositoryConfigHelper repositoryConfigHelper,
BuildStrategyConfigHelper buildStrategyConfigHelper,
WebRepositoryConfigHelper webRepositoryConfigHelper,
com.atlassian.event.api.EventPublisher eventPublisher,
PlanValidationService planValidationService,
AuditLogService auditLogService,
BuildDefinitionConverter buildDefinitionConverter,
NotificationManager notificationManager,
JobCreationService jobCreationService,
ArtifactDefinitionManager artifactDefinitionManager,
ArtifactSubscriptionManager artifactSubscriptionManager,
VariableDefinitionManager variableDefinitionManager,
RepositoryDefinitionManager repositoryDefinitionManager,
TaskConfigurationService taskConfigurationService,
ScopedExclusionService exclusionService,
ChainBranchManager chainBranchManager,
BranchCommitInformationManager branchCommitInformationManager,
VcsBranchManager vcsBranchManager,
BuildStrategyConfigurationService buildStrategyConfigurationService,
JiraBranchLinkingService jiraBranchLinkingService,
TestQuarantineManager testQuarantineManager,
TestsManager testsManager)
|
|
ChainCreationServiceImpl(PlanManager planManager,
ProjectManager projectManager,
BambooAclUpdateHelper aclUpdateHelper,
BambooAuthenticationContext authenticationContext,
BambooLicenseManager bambooLicenseManager,
HibernateMutableAclService aclService,
PlanScheduler planScheduler,
RepositoryConfigHelper repositoryConfigHelper,
BuildStrategyConfigHelper buildStrategyConfigHelper,
WebRepositoryConfigHelper webRepositoryConfigHelper,
com.atlassian.event.api.EventPublisher eventPublisher,
PlanValidationService planValidationService,
AuditLogService auditLogService,
BuildDefinitionConverter buildDefinitionConverter,
NotificationManager notificationManager,
JobCreationService jobCreationService,
ArtifactDefinitionManager artifactDefinitionManager,
ArtifactSubscriptionManager artifactSubscriptionManager,
VariableDefinitionManager variableDefinitionManager,
RepositoryDefinitionManager repositoryDefinitionManager,
TaskConfigurationService taskConfigurationService,
ScopedExclusionService scopedExclusionService,
BranchCommitInformationManager branchCommitInformationManager,
VcsBranchManager vcsBranchManager,
BranchDetectionService branchDetectionService,
BuildStrategyConfigurationService buildStrategyConfigurationService)
|
|
JobCreationServiceImpl(PlanManager planManager,
ProjectManager projectManager,
BambooAclUpdateHelper aclUpdateHelper,
BambooAuthenticationContext authenticationContext,
BambooLicenseManager bambooLicenseManager,
HibernateMutableAclService aclService,
PlanScheduler planScheduler,
RepositoryConfigHelper repositoryConfigHelper,
BuildStrategyConfigHelper buildStrategyConfigHelper,
WebRepositoryConfigHelper webRepositoryConfigHelper,
com.atlassian.event.api.EventPublisher eventPublisher,
PlanValidationService planValidationService,
AuditLogService auditLogService,
BuildDefinitionConverter buildDefinitionConverter,
ArtifactDefinitionManager artifactDefinitionManager,
ArtifactSubscriptionManager artifactSubscriptionManager,
VariableDefinitionManager variableDefinitionManager,
RepositoryDefinitionManager repositoryDefinitionManager,
TaskConfigurationService taskConfigurationService,
ChainBranchManager chainBranchManager,
NotificationManager notificationManager,
BranchCommitInformationManager branchCommitInformationManager,
VcsBranchManager vcsBranchManager,
BuildStrategyConfigurationService buildStrategyConfigurationService)
|
|
PlanCreationTemplate(PlanManager planManager,
ProjectManager projectManager,
BambooAclUpdateHelper aclUpdateHelper,
BambooAuthenticationContext authenticationContext,
BambooLicenseManager bambooLicenseManager,
HibernateMutableAclService aclService,
PlanScheduler planScheduler,
RepositoryConfigHelper repositoryConfigHelper,
BuildStrategyConfigHelper buildStrategyConfigHelper,
WebRepositoryConfigHelper webRepositoryConfigHelper,
com.atlassian.event.api.EventPublisher eventPublisher,
PlanValidationService planValidationService,
AuditLogService auditLogService,
BuildDefinitionConverter buildDefinitionConverter,
ArtifactDefinitionManager artifactDefinitionManager,
ArtifactSubscriptionManager artifactSubscriptionManager,
VariableDefinitionManager variableDefinitionManager,
RepositoryDefinitionManager repositoryDefinitionManager,
TaskConfigurationService taskConfigurationService,
NotificationManager notificationManager,
BranchCommitInformationManager branchCommitInformationManager,
VcsBranchManager vcsBranchManager,
BuildStrategyConfigurationService buildStrategyConfigurationService)
|
|
| Uses of NotificationManager in com.atlassian.bamboo.deployments.environments.actions |
|---|
| Methods in com.atlassian.bamboo.deployments.environments.actions with parameters of type NotificationManager | |
|---|---|
void |
ConfigureEnvironmentNotifications.setNotificationManager(NotificationManager notificationManager)
|
| Uses of NotificationManager in com.atlassian.bamboo.matcher.notification |
|---|
| Methods in com.atlassian.bamboo.matcher.notification with parameters of type NotificationManager | |
|---|---|
static org.hamcrest.Matcher<NotificationRule> |
HasMatchingNotificationRule.hasMatchingNotificationRule(NotificationManager notificationManager,
java.lang.Class<? extends NotificationType> notificationTypeClass,
java.lang.Class<? extends NotificationRecipient> recipientTypeClass,
java.lang.String recipientString)
|
static org.hamcrest.Matcher<NotificationRule> |
HasMatchingNotificationRule.hasMatchingNotificationRule(NotificationManager notificationManager,
java.lang.Class<? extends NotificationType> notificationTypeClass,
java.lang.String conditionData,
java.lang.Class<? extends NotificationRecipient> recipientTypeClass,
java.lang.String recipientString)
|
| Uses of NotificationManager in com.atlassian.bamboo.notification |
|---|
| Classes in com.atlassian.bamboo.notification that implement NotificationManager | |
|---|---|
class |
NotificationManagerImpl
|
| Fields in com.atlassian.bamboo.notification declared as NotificationManager | |
|---|---|
protected NotificationManager |
AbstractNotificationEventListener.notificationManager
|
| Methods in com.atlassian.bamboo.notification with parameters of type NotificationManager | |
|---|---|
void |
NotificationRule.setNotificationManager(NotificationManager manager)
|
void |
NotificationRuleImpl.setNotificationManager(NotificationManager notificationManager)
|
void |
AbstractNotificationEventListener.setNotificationManager(NotificationManager notificationManager)
|
| Constructors in com.atlassian.bamboo.notification with parameters of type NotificationManager | |
|---|---|
SystemNotificationServiceImpl(NotificationManager notificationManager)
|
|
| Uses of NotificationManager in com.atlassian.bamboo.notification.chain |
|---|
| Methods in com.atlassian.bamboo.notification.chain with parameters of type NotificationManager | |
|---|---|
void |
StageCompletedNotificationListener.setNotificationManager(NotificationManager notificationManager)
|
void |
ChainCompletedNotificationListener.setNotificationManager(NotificationManager notificationManager)
|
| Uses of NotificationManager in com.atlassian.bamboo.upgrade.tasks |
|---|
| Methods in com.atlassian.bamboo.upgrade.tasks with parameters of type NotificationManager | |
|---|---|
void |
UpgradeTask2904SetFailedChainNotification.setNotificationManager(NotificationManager notificationManager)
|
| Uses of NotificationManager in com.atlassian.bamboo.ww2.actions.admin |
|---|
| Methods in com.atlassian.bamboo.ww2.actions.admin with parameters of type NotificationManager | |
|---|---|
void |
ImportMavenPlanCheckoutPomAction.setNotificationManager(NotificationManager notificationManager)
|
| Uses of NotificationManager in com.atlassian.bamboo.ww2.actions.admin.bulk |
|---|
| Constructors in com.atlassian.bamboo.ww2.actions.admin.bulk with parameters of type NotificationManager | |
|---|---|
AddNotificationBulkAction(PlanManager planManager,
NotificationManager notificationManager)
|
|
| Uses of NotificationManager in com.atlassian.bamboo.ww2.actions.admin.notification |
|---|
| Methods in com.atlassian.bamboo.ww2.actions.admin.notification with parameters of type NotificationManager | |
|---|---|
void |
ConfigureSystemNotifications.setNotificationManager(NotificationManager notificationManager)
|
| Uses of NotificationManager in com.atlassian.bamboo.ww2.actions.admin.user |
|---|
| Methods in com.atlassian.bamboo.ww2.actions.admin.user with parameters of type NotificationManager | |
|---|---|
void |
ConfigureNotificationPreferences.setNotificationManager(NotificationManager notificationManager)
|
| Uses of NotificationManager in com.atlassian.bamboo.ww2.actions.build.admin.config |
|---|
| Methods in com.atlassian.bamboo.ww2.actions.build.admin.config with parameters of type NotificationManager | |
|---|---|
void |
ConfigureBuildNotification.setNotificationManager(NotificationManager notificationManager)
|
| Uses of NotificationManager in com.atlassian.bamboo.ww2.actions.chains.admin |
|---|
| Methods in com.atlassian.bamboo.ww2.actions.chains.admin with parameters of type NotificationManager | |
|---|---|
void |
ConfigureChainNotification.setNotificationManager(NotificationManager notificationManager)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||