com.atlassian.bamboo.build
Interface PlanDependency
- All Known Implementing Classes:
- PlanDependencyImpl
public interface PlanDependency
DEFAULT_DEP_KEY
static final java.lang.String DEFAULT_DEP_KEY
- See Also:
- Constant Field Values
AUTOMATIC_DEP_KEY
static final java.lang.String AUTOMATIC_DEP_KEY
- See Also:
- Constant Field Values
getChildPlan
@Nullable
Plan getChildPlan()
- Returns:
- the child plan in this dependency relationship
getParentPlan
@Nullable
Plan getParentPlan()
- Returns:
- the parent plan in this dependency relationship
isEditable
boolean isEditable()
- Can the user edit this dependency?
- Returns:
- true if the user can remove/change this dependency
getDependencyType
java.lang.String getDependencyType()
- Get the unique key representing the dependency type. Use this to differentiate groups of dependencies from one another
- Returns:
- String representation of the dependency type
Copyright © 2011 Atlassian. All Rights Reserved.