Uses of Class
com.atlassian.confluence.api.model.watch.SpaceWatch
Packages that use SpaceWatch
Package
Description
This package contains the code which communicates with Confluence via REST API.
-
Uses of SpaceWatch in com.atlassian.confluence.api.impl.service.watch
Methods in com.atlassian.confluence.api.impl.service.watch that return SpaceWatchModifier and TypeMethodDescriptionfinal @NonNull SpaceWatch
WatchServiceImpl.watchSpace
(com.atlassian.sal.api.user.UserKey userKey, String spaceKey) final @NonNull SpaceWatch
WatchServiceImpl.watchSpace
(com.atlassian.sal.api.user.UserKey userKey, String spaceKey, List<ContentType> contentTypes) -
Uses of SpaceWatch in com.atlassian.confluence.api.model.watch
Methods in com.atlassian.confluence.api.model.watch that return SpaceWatch -
Uses of SpaceWatch in com.atlassian.confluence.api.service.watch
Methods in com.atlassian.confluence.api.service.watch that return SpaceWatchModifier and TypeMethodDescription@NonNull SpaceWatch
WatchService.watchSpace
(com.atlassian.sal.api.user.UserKey userKey, String spaceKey) Create a watch to the givenspace
@NonNull SpaceWatch
WatchService.watchSpace
(com.atlassian.sal.api.user.UserKey userKey, String spaceKey, List<ContentType> contentTypes) Create a watch to the givenspace
-
Uses of SpaceWatch in com.atlassian.confluence.api.testsupport.model.watch
Subclasses of SpaceWatch in com.atlassian.confluence.api.testsupport.model.watchMethods in com.atlassian.confluence.api.testsupport.model.watch that return SpaceWatchConstructors in com.atlassian.confluence.api.testsupport.model.watch with parameters of type SpaceWatch -
Uses of SpaceWatch in com.atlassian.confluence.plugins.restapi.resources
Methods in com.atlassian.confluence.plugins.restapi.resources that return SpaceWatchModifier and TypeMethodDescriptionUserWatchResource.addSpaceWatch
(com.atlassian.sal.api.user.UserKey key, String username, List<ContentType> contentTypes, String spaceKey) -
Uses of SpaceWatch in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client that return types with arguments of type SpaceWatchModifier and TypeMethodDescriptionRemoteWatchService.watchSpaceCompletionStage
(com.atlassian.sal.api.user.UserKey userKey, String spaceKey) Create a watch to the givenspace
RemoteWatchService.watchSpaceCompletionStage
(com.atlassian.sal.api.user.UserKey userKey, String spaceKey, List<ContentType> contentTypes) Remove a watch to the blog posts in a givenspace
-
Uses of SpaceWatch in com.atlassian.confluence.rest.client.impl
Methods in com.atlassian.confluence.rest.client.impl that return types with arguments of type SpaceWatchModifier and TypeMethodDescriptionRemoteWatchServiceImpl.watchSpaceCompletionStage
(com.atlassian.sal.api.user.UserKey userKey, String spaceKey) RemoteWatchServiceImpl.watchSpaceCompletionStage
(com.atlassian.sal.api.user.UserKey userKey, String spaceKey, List<ContentType> contentTypes)