|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.bamboo.chains.BuildContextFactoryImpl
public class BuildContextFactoryImpl
| Constructor Summary | |
|---|---|
BuildContextFactoryImpl(TriggerReasonManager triggerReasonManager,
ChangeDetectionManager changeDetectionManager)
|
|
| Method Summary | |
|---|---|
java.util.Map<ChainStage,java.util.Map<Job,BuildContext>> |
createBuildContextsForJobs(Chain chain,
BuildContext parentBuildContext)
Creates a BuildContext for each Job in the Chain |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BuildContextFactoryImpl(TriggerReasonManager triggerReasonManager,
ChangeDetectionManager changeDetectionManager)
| Method Detail |
|---|
@NotNull
public java.util.Map<ChainStage,java.util.Map<Job,BuildContext>> createBuildContextsForJobs(@NotNull
Chain chain,
@NotNull
BuildContext parentBuildContext)
throws RepositoryException
BuildContextFactoryBuildContext for each Job in the Chain
createBuildContextsForJobs in interface BuildContextFactoryparentBuildContext - - buildContext of the parent chain execution
Job PlanKeys to their BuildContext
RepositoryException - if change detection fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||