public class Boundary extends Object
| Modifier and Type | Field and Description |
|---|---|
static Boundary |
ATLASSIAN_BOUNDARY |
static Boundary |
EXTERNAL_BOUNDARY |
static Boundary |
SERVICE_DESK_BOUNDARY |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static Boundary |
forGroupId(String groupId)
Returns one of the default boundaries based on the group id of an artifact.
|
String |
getKey() |
String |
getName() |
int |
hashCode() |
void |
setKey(String key) |
void |
setName(String name) |
public static Boundary SERVICE_DESK_BOUNDARY
public static Boundary ATLASSIAN_BOUNDARY
public static Boundary EXTERNAL_BOUNDARY
public Boundary()
public Boundary(String name)
public static Boundary forGroupId(String groupId)
groupId - of an artifact/dependency/modulepublic String getKey()
public void setKey(String key)
public String getName()
public void setName(String name)
Copyright © 2019 Atlassian. All rights reserved.