public interface PlanDependency
Modifier and Type | Field and Description |
---|---|
static String |
AUTOMATIC_DEP_KEY |
static String |
DEFAULT_DEP_KEY |
Modifier and Type | Method and Description |
---|---|
Plan |
getChildPlan() |
String |
getDependencyType()
Get the unique key representing the dependency type.
|
Plan |
getParentPlan() |
boolean |
isEditable()
Can the user edit this dependency?
|
static final String DEFAULT_DEP_KEY
static final String AUTOMATIC_DEP_KEY
@Nullable Plan getChildPlan()
@Nullable Plan getParentPlan()
boolean isEditable()
String getDependencyType()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.