| Package | Description |
|---|---|
| com.riadalabs.jira.plugins.insight.services.events.objects | |
| com.riadalabs.jira.plugins.insight.services.events.objects.event | |
| io.riada.insight.model |
| Modifier and Type | Method and Description |
|---|---|
InsightUser |
InsightObjectEvent.getRunAsUser() |
InsightUser |
InsightObjectAsyncEvent.getRunAsUser() |
| Modifier and Type | Method and Description |
|---|---|
void |
InsightObjectEvent.setRunAsUser(InsightUser runAsUser) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableInsightUser
Immutable implementation of
InsightUser. |
| Modifier and Type | Method and Description |
|---|---|
abstract Optional<InsightUser> |
TicketContext.currentAssignee() |
Optional<InsightUser> |
ImmutableTicketContext.currentAssignee() |
abstract Optional<InsightUser> |
TicketContext.currentReporter() |
Optional<InsightUser> |
ImmutableTicketContext.currentReporter() |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableInsightUser |
ImmutableInsightUser.copyOf(InsightUser instance)
Creates an immutable copy of a
InsightUser value. |
ImmutableInsightUser.Builder |
ImmutableInsightUser.Builder.from(InsightUser instance)
Fill a builder with attribute values from the provided
InsightUser instance. |
ImmutableTicketContext.Builder |
ImmutableTicketContext.Builder.setCurrentAssignee(InsightUser currentAssignee)
Initializes the optional value
currentAssignee to currentAssignee. |
ImmutableTicketContext.Builder |
ImmutableTicketContext.Builder.setCurrentReporter(InsightUser currentReporter)
Initializes the optional value
currentReporter to currentReporter. |
ImmutableTicketContext |
ImmutableTicketContext.withCurrentAssignee(InsightUser value)
Copy the current immutable object by setting a present value for the optional
currentAssignee attribute. |
ImmutableTicketContext |
ImmutableTicketContext.withCurrentReporter(InsightUser value)
Copy the current immutable object by setting a present value for the optional
currentReporter attribute. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableTicketContext.Builder |
ImmutableTicketContext.Builder.setCurrentAssignee(Optional<? extends InsightUser> currentAssignee)
Initializes the optional value
currentAssignee to currentAssignee. |
ImmutableTicketContext.Builder |
ImmutableTicketContext.Builder.setCurrentReporter(Optional<? extends InsightUser> currentReporter)
Initializes the optional value
currentReporter to currentReporter. |
ImmutableTicketContext |
ImmutableTicketContext.withCurrentAssignee(Optional<? extends InsightUser> optional)
Copy the current immutable object by setting an optional value for the
currentAssignee attribute. |
ImmutableTicketContext |
ImmutableTicketContext.withCurrentReporter(Optional<? extends InsightUser> optional)
Copy the current immutable object by setting an optional value for the
currentReporter attribute. |
Copyright © 2023 Atlassian. All rights reserved.