Uses of Class
io.riada.insight.model.InsightUser
Packages that use InsightUser
Package
Description
-
Uses of InsightUser in com.riadalabs.jira.plugins.insight.services.events.objects
Methods in com.riadalabs.jira.plugins.insight.services.events.objects that return InsightUserModifier and TypeMethodDescriptionInsightObjectAsyncEvent.getRunAsUser()
InsightObjectEvent.getRunAsUser()
Methods in com.riadalabs.jira.plugins.insight.services.events.objects with parameters of type InsightUser -
Uses of InsightUser in com.riadalabs.jira.plugins.insight.services.events.objects.event
Constructors in com.riadalabs.jira.plugins.insight.services.events.objects.event with parameters of type InsightUserModifierConstructorDescriptionInsightObjectAttachmentAddedEvent
(ObjectBean objectBean, AttachmentBean attachmentBean, InsightUser runAsUser) InsightObjectAttachmentDeletedEvent
(ObjectBean objectBean, AttachmentBean attachmentBean, InsightUser runAsUser) InsightObjectCommentAddedEvent
(ObjectBean objectBean, CommentBean commentBean, InsightUser runAsUser) InsightObjectCommentDeletedEvent
(ObjectBean objectBean, CommentBean commentBean, InsightUser runAsUser) InsightObjectCommentEditedEvent
(ObjectBean objectBean, CommentBean commentBean, InsightUser runAsUser) InsightObjectCreatedEvent
(ObjectBean objectBean, InsightUser runAsUser) InsightObjectDeletedEvent
(ObjectBean objectBean, InsightUser runAsUser) InsightObjectMovedEvent
(ObjectBean objectBean, InsightUser runAsUser) InsightObjectUpdatedEvent
(ObjectBean objectBean, List<ObjectUpdateBean> objectUpdateBeans, InsightUser runAsUser) -
Uses of InsightUser in io.riada.insight.model
Subclasses of InsightUser in io.riada.insight.modelMethods in io.riada.insight.model that return types with arguments of type InsightUserModifier and TypeMethodDescriptionImmutableTicketContext.currentAssignee()
abstract Optional<InsightUser>
TicketContext.currentAssignee()
ImmutableTicketContext.currentReporter()
abstract Optional<InsightUser>
TicketContext.currentReporter()
Methods in io.riada.insight.model with parameters of type InsightUserModifier and TypeMethodDescriptionstatic ImmutableInsightUser
ImmutableInsightUser.copyOf
(InsightUser instance) Creates an immutable copy of aInsightUser
value.ImmutableInsightUser.Builder.from
(InsightUser instance) Fill a builder with attribute values from the providedInsightUser
instance.ImmutableTicketContext.Builder.setCurrentAssignee
(InsightUser currentAssignee) Initializes the optional valuecurrentAssignee
to currentAssignee.ImmutableTicketContext.Builder.setCurrentReporter
(InsightUser currentReporter) Initializes the optional valuecurrentReporter
to currentReporter.final ImmutableTicketContext
ImmutableTicketContext.withCurrentAssignee
(InsightUser value) Copy the current immutable object by setting a present value for the optionalcurrentAssignee
attribute.final ImmutableTicketContext
ImmutableTicketContext.withCurrentReporter
(InsightUser value) Copy the current immutable object by setting a present value for the optionalcurrentReporter
attribute.Method parameters in io.riada.insight.model with type arguments of type InsightUserModifier and TypeMethodDescriptionImmutableTicketContext.Builder.setCurrentAssignee
(Optional<? extends InsightUser> currentAssignee) Initializes the optional valuecurrentAssignee
to currentAssignee.ImmutableTicketContext.Builder.setCurrentReporter
(Optional<? extends InsightUser> currentReporter) Initializes the optional valuecurrentReporter
to currentReporter.final ImmutableTicketContext
ImmutableTicketContext.withCurrentAssignee
(Optional<? extends InsightUser> optional) Copy the current immutable object by setting an optional value for thecurrentAssignee
attribute.final ImmutableTicketContext
ImmutableTicketContext.withCurrentReporter
(Optional<? extends InsightUser> optional) Copy the current immutable object by setting an optional value for thecurrentReporter
attribute.