Uses of Interface
com.atlassian.bamboo.instantmessagingserver.InstantMessagingServerManager
-
-
Uses of InstantMessagingServerManager in com.atlassian.bamboo.deployments.environments.actions
Methods in com.atlassian.bamboo.deployments.environments.actions with parameters of type InstantMessagingServerManager Modifier and Type Method Description void
ConfigureEnvironmentNotifications. setInstantMessagingServerManager(InstantMessagingServerManager instantMessagingServerManager)
-
Uses of InstantMessagingServerManager in com.atlassian.bamboo.instantmessagingserver
Classes in com.atlassian.bamboo.instantmessagingserver that implement InstantMessagingServerManager Modifier and Type Class Description class
InstantMessagingServerManagerImpl
-
Uses of InstantMessagingServerManager in com.atlassian.bamboo.migration.stream
Constructors in com.atlassian.bamboo.migration.stream with parameters of type InstantMessagingServerManager Constructor Description InstantMessagingServerMapper(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 InstantMessagingServerManager Constructor Description IMServerResource(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 InstantMessagingServerManager Modifier and Type Field Description protected InstantMessagingServerManager
ConfigureInstantMessagingServer. instantMessagingServerManager
Methods in com.atlassian.bamboo.ww2.actions.admin.instantmessagingserver with parameters of type InstantMessagingServerManager Modifier and Type Method Description void
ConfigureInstantMessagingServer. 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 InstantMessagingServerManager Modifier and Type Method Description void
ConfigureSystemNotifications. 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 InstantMessagingServerManager Modifier and Type Method Description void
ConfigureNotificationPreferences. 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 InstantMessagingServerManager Modifier and Type Method Description void
ConfigureBuildNotification. 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 InstantMessagingServerManager Modifier and Type Method Description void
ConfigureChainNotification. setInstantMessagingServerManager(InstantMessagingServerManager instantMessagingServerManager)
-
Uses of InstantMessagingServerManager in com.atlassian.bamboo.xmpp
Constructors in com.atlassian.bamboo.xmpp with parameters of type InstantMessagingServerManager Constructor Description BambooSmackClient(InstantMessagingServerManager instantMessagingServerManager)
SmackListener(BambooSmackClient bambooSmackClient, InstantMessagingServerManager instantMessagingServerManager)
Deprecated.
-