| Package | Description |
|---|---|
| com.riadalabs.jira.plugins.insight.services.model.factory |
This package contains factory components for Insight usage.
|
| com.riadalabs.jira.plugins.insight.services.model.imports | |
| io.riada.insight.model |
| Modifier and Type | Method and Description |
|---|---|
MutableObjectAttributeBean |
ObjectAttributeBeanFactory.createVersionAttributeValue(ObjectTypeAttributeBean ota,
Predicate<InsightVersion> predicate) |
MutableObjectAttributeBean |
ObjectAttributeBeanFactoryImpl.createVersionAttributeValue(ObjectTypeAttributeBean ota,
Predicate<InsightVersion> predicate) |
| Modifier and Type | Method and Description |
|---|---|
void |
ImportJIRAConfigurationBean.addVersion(InsightVersion version) |
| Constructor and Description |
|---|
ImportVersionBean(InsightVersion version) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableInsightVersion
Immutable implementation of
InsightVersion. |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableInsightVersion |
ImmutableInsightVersion.copyOf(InsightVersion instance)
Creates an immutable copy of a
InsightVersion value. |
ImmutableInsightVersion.Builder |
ImmutableInsightVersion.Builder.from(InsightVersion instance)
Fill a builder with attribute values from the provided
InsightVersion instance. |
Copyright © 2022 Atlassian. All rights reserved.