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 voidConfigureEnvironmentNotifications. 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 classInstantMessagingServerManagerImpl -
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 InstantMessagingServerManagerConfigureInstantMessagingServer. instantMessagingServerManagerMethods in com.atlassian.bamboo.ww2.actions.admin.instantmessagingserver with parameters of type InstantMessagingServerManager Modifier and Type Method Description voidConfigureInstantMessagingServer. 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 voidConfigureSystemNotifications. 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 voidConfigureNotificationPreferences. 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 voidConfigureBuildNotification. 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 voidConfigureChainNotification. 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.
-