|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.v2.build.dependencies.DependencyTreeBuilderImpl
public class DependencyTreeBuilderImpl
Constructor Summary | |
---|---|
DependencyTreeBuilderImpl(PlanManager planManager,
PlanDependencyManager planDependencyManager)
|
Method Summary | |
---|---|
org.codehaus.plexus.util.dag.DAG |
getDirectDependencyGraph(Plan plan)
Calculates the direct dependency graph for a particular build |
java.util.List<Plan> |
getDirectParents(Plan plan)
Visits all the parent Build for the give build and returns its direct linage in topological order |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DependencyTreeBuilderImpl(PlanManager planManager, PlanDependencyManager planDependencyManager)
Method Detail |
---|
public java.util.List<Plan> getDirectParents(Plan plan) throws ConfigurationException
DependencyTreeBuilder
Build
for the give build and returns its direct linage in topological order
getDirectParents
in interface DependencyTreeBuilder
ConfigurationException
public org.codehaus.plexus.util.dag.DAG getDirectDependencyGraph(Plan plan) throws ConfigurationException
DependencyTreeBuilder
getDirectDependencyGraph
in interface DependencyTreeBuilder
ConfigurationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |