| Package | Description |
|---|---|
| com.riadalabs.jira.plugins.insight.services.model.factory |
This package contains factory components for Insight usage.
|
| io.riada.insight.model |
| Modifier and Type | Method and Description |
|---|---|
MutableObjectAttributeBean |
ObjectAttributeBeanFactory.createGroupAttributeValue(ObjectTypeAttributeBean ota,
Predicate<InsightGroup> groupPredicate)
Create an object attribute bean with all groups matching the predicate
|
MutableObjectAttributeBean |
ObjectAttributeBeanFactoryImpl.createGroupAttributeValue(ObjectTypeAttributeBean ota,
Predicate<InsightGroup> groupPredicate)
Create an object attribute bean with all groups matching the predicate
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableInsightGroup
Immutable implementation of
InsightGroup. |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableInsightGroup |
ImmutableInsightGroup.copyOf(InsightGroup instance)
Creates an immutable copy of a
InsightGroup value. |
ImmutableInsightGroup.Builder |
ImmutableInsightGroup.Builder.from(InsightGroup instance)
Fill a builder with attribute values from the provided
InsightGroup instance. |
Copyright © 2023 Atlassian. All rights reserved.