Uses of Interface
com.atlassian.bamboo.instantmessagingserver.InstantMessagingServerManager
Packages that use InstantMessagingServerManager
Package
Description
-
Uses of InstantMessagingServerManager in com.atlassian.bamboo.deployments.environments.actions
Methods in com.atlassian.bamboo.deployments.environments.actions with parameters of type InstantMessagingServerManagerModifier and TypeMethodDescriptionvoidConfigureEnvironmentNotifications.setInstantMessagingServerManager(InstantMessagingServerManager instantMessagingServerManager) -
Uses of InstantMessagingServerManager in com.atlassian.bamboo.instantmessagingserver
Classes in com.atlassian.bamboo.instantmessagingserver that implement InstantMessagingServerManager -
Uses of InstantMessagingServerManager in com.atlassian.bamboo.migration.stream
Constructors in com.atlassian.bamboo.migration.stream with parameters of type InstantMessagingServerManagerModifierConstructorDescriptionprotectedInstantMessagingServerMapper(org.hibernate.SessionFactory sessionFactory, InstantMessagingServerManager instantMessagingServerManager, @NotNull org.springframework.transaction.support.TransactionOperations transactionOperations) -
Uses of InstantMessagingServerManager in com.atlassian.bamboo.plugins.rest.admin.imserver
Constructors in com.atlassian.bamboo.plugins.rest.admin.imserver with parameters of type InstantMessagingServerManagerModifierConstructorDescriptionIMServerResource(InstantMessagingServerManager instantMessagingServerManager, RestPermissionCheck permissionCheck, IMServerConfigurationConversionFunction function) -
Uses of InstantMessagingServerManager in com.atlassian.bamboo.ww2.actions.admin.instantmessagingserver
Fields in com.atlassian.bamboo.ww2.actions.admin.instantmessagingserver declared as InstantMessagingServerManagerModifier and TypeFieldDescriptionprotected InstantMessagingServerManagerConfigureInstantMessagingServer.instantMessagingServerManagerMethods in com.atlassian.bamboo.ww2.actions.admin.instantmessagingserver with parameters of type InstantMessagingServerManagerModifier and TypeMethodDescriptionvoidConfigureInstantMessagingServer.setInstantMessagingServerManager(InstantMessagingServerManager instantMessagingServerManager) -
Uses of InstantMessagingServerManager in com.atlassian.bamboo.ww2.actions.admin.notification
Methods in com.atlassian.bamboo.ww2.actions.admin.notification with parameters of type InstantMessagingServerManagerModifier and TypeMethodDescriptionvoidConfigureSystemNotifications.setInstantMessagingServerManager(InstantMessagingServerManager instantMessagingServerManager) -
Uses of InstantMessagingServerManager in com.atlassian.bamboo.ww2.actions.admin.user
Methods in com.atlassian.bamboo.ww2.actions.admin.user with parameters of type InstantMessagingServerManagerModifier and TypeMethodDescriptionvoidConfigureNotificationPreferences.setInstantMessagingServerManager(InstantMessagingServerManager instantMessagingServerManager) -
Uses of InstantMessagingServerManager in com.atlassian.bamboo.ww2.actions.build.admin.config
Methods in com.atlassian.bamboo.ww2.actions.build.admin.config with parameters of type InstantMessagingServerManagerModifier and TypeMethodDescriptionvoidConfigureBuildNotification.setInstantMessagingServerManager(InstantMessagingServerManager instantMessagingServerManager) -
Uses of InstantMessagingServerManager in com.atlassian.bamboo.ww2.actions.chains.admin
Methods in com.atlassian.bamboo.ww2.actions.chains.admin with parameters of type InstantMessagingServerManagerModifier and TypeMethodDescriptionvoidConfigureChainNotification.setInstantMessagingServerManager(InstantMessagingServerManager instantMessagingServerManager) -
Uses of InstantMessagingServerManager in com.atlassian.bamboo.xmpp
Constructors in com.atlassian.bamboo.xmpp with parameters of type InstantMessagingServerManagerModifierConstructorDescriptionBambooSmackClient(InstantMessagingServerManager instantMessagingServerManager) SmackListener(BambooSmackClient bambooSmackClient, InstantMessagingServerManager instantMessagingServerManager) Deprecated.