|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.chains.BuildContextFactoryImpl
public class BuildContextFactoryImpl
Constructor Summary | |
---|---|
BuildContextFactoryImpl(TriggerReasonManager triggerReasonManager,
ChangeDetectionManager changeDetectionManager,
ArtifactDefinitionManager artifactDefinitionManager,
ArtifactSubscriptionManager artifactSubscriptionManager)
|
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, ArtifactDefinitionManager artifactDefinitionManager, ArtifactSubscriptionManager artifactSubscriptionManager)
Method Detail |
---|
@NotNull public java.util.Map<ChainStage,java.util.Map<Job,BuildContext>> createBuildContextsForJobs(@NotNull Chain chain, @NotNull BuildContext parentBuildContext) throws RepositoryException
BuildContextFactory
BuildContext
for each Job
in the Chain
createBuildContextsForJobs
in interface BuildContextFactory
parentBuildContext
- - buildContext of the parent chain execution
Job
PlanKey
s to their BuildContext
RepositoryException
- if change detection fails
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |