| Package | Description |
|---|---|
| com.atlassian.maven.plugins.depgraph.json.model | |
| com.atlassian.maven.plugins.depgraph.model |
| Modifier and Type | Method and Description |
|---|---|
Boundary |
GraphNodeJson.getBelongsTo() |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphNodeJson.setBelongsTo(Boundary belongsTo) |
GraphNodeJson.GraphNodeJsonBuilder |
GraphNodeJson.GraphNodeJsonBuilder.withBelongsTo(Boundary belongsTo) |
| Modifier and Type | Field and Description |
|---|---|
static Boundary |
Boundary.ATLASSIAN_BOUNDARY |
static Boundary |
Boundary.EXTERNAL_BOUNDARY |
static Boundary |
Boundary.SERVICE_DESK_BOUNDARY |
| Modifier and Type | Method and Description |
|---|---|
static Boundary |
Boundary.forGroupId(String groupId)
Returns one of the default boundaries based on the group id of an artifact.
|
Boundary |
GraphNode.getBelongsTo() |
| Constructor and Description |
|---|
GraphNode(Boundary belongsTo,
org.apache.maven.artifact.Artifact artifact) |
Copyright © 2019 Atlassian. All rights reserved.