Uses of Class
com.riadalabs.jira.plugins.insight.services.model.WatcherBean
Packages that use WatcherBean
Package
Description
-
Uses of WatcherBean in com.riadalabs.jira.plugins.insight.channel.external.api.facade
Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade that return WatcherBeanModifier and TypeMethodDescriptionObjectFacade.createWatcherBean
(int objectId, String userKey) Created aWatcherBean
ObjectFacade.loadWatcherBean
(int objectId, String userKey) Loads aWatcherBean
Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade that return types with arguments of type WatcherBeanModifier and TypeMethodDescriptionObjectFacade.findWatcherBeans
(int objectId) Finds allWatcherBean
for anObjectBean
Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade with parameters of type WatcherBeanModifier and TypeMethodDescriptionvoid
ObjectFacade.deleteWatcherBean
(WatcherBean watcherBean) Delete aWatcherBean
-
Uses of WatcherBean in com.riadalabs.jira.plugins.insight.channel.external.api.facade.impl
Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade.impl that return WatcherBeanModifier and TypeMethodDescriptionObjectFacadeImpl.createWatcherBean
(int objectId, String userKey) ObjectFacadeImpl.loadWatcherBean
(int objectId, String userKey) Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade.impl that return types with arguments of type WatcherBeanMethods in com.riadalabs.jira.plugins.insight.channel.external.api.facade.impl with parameters of type WatcherBeanModifier and TypeMethodDescriptionvoid
ObjectFacadeImpl.deleteWatcherBean
(WatcherBean watcherBean) -
Uses of WatcherBean in com.riadalabs.jira.plugins.insight.services.model
Subclasses of WatcherBean in com.riadalabs.jira.plugins.insight.services.modelMethods in com.riadalabs.jira.plugins.insight.services.model with parameters of type WatcherBeanModifier and TypeMethodDescriptionstatic ImmutableWatcherBean
ImmutableWatcherBean.copyOf
(WatcherBean instance) Creates an immutable copy of aWatcherBean
value.ImmutableWatcherBean.Builder.from
(WatcherBean instance) Fill a builder with attribute values from the providedWatcherBean
instance.