|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.build.BuildDetectionActionFactoryImpl
public class BuildDetectionActionFactoryImpl
Constructor Summary | |
---|---|
BuildDetectionActionFactoryImpl(BuildNumberGeneratorService buildNumberGenerator,
ChangeDetectionManager changeDetectionManager,
TriggerReasonManager triggerReasonManager,
ErrorUpdateHandler errorUpdateHandler,
BuildLoggerManager buildLoggerManager)
|
Method Summary | |
---|---|
BuildDetectionAction |
createDependentBuildDetectionAction(Plan plan,
Plan parent,
BuildContext completedBuildContext)
Creates a new instance of BuildDetectionAction that is used to trigger dependent builds |
BuildDetectionAction |
createInitialBuildDetectionAction(Plan plan)
Creates a new instance of BuildDetectionAction that is used to execute the initial build for a Build |
BuildDetectionAction |
createManualBuildDetectionAction(Plan plan,
com.atlassian.user.User user,
java.util.Map<java.lang.String,java.lang.String> params)
Creates a new instance of BuildDetectionAction that can be used to start the manual execution of Plan |
BuildDetectionAction |
createScheduledBuildDetectionAction(Plan plan)
Creates a new instance of BuildDetectionAction that can be used to start the scheduled execution of Plan |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BuildDetectionActionFactoryImpl(BuildNumberGeneratorService buildNumberGenerator, ChangeDetectionManager changeDetectionManager, TriggerReasonManager triggerReasonManager, ErrorUpdateHandler errorUpdateHandler, BuildLoggerManager buildLoggerManager)
Method Detail |
---|
@NotNull public BuildDetectionAction createManualBuildDetectionAction(@NotNull Plan plan, @NotNull com.atlassian.user.User user, @NotNull java.util.Map<java.lang.String,java.lang.String> params)
BuildDetectionActionFactory
BuildDetectionAction
that can be used to start the manual execution of Plan
createManualBuildDetectionAction
in interface BuildDetectionActionFactory
@NotNull public BuildDetectionAction createScheduledBuildDetectionAction(@NotNull Plan plan)
BuildDetectionActionFactory
BuildDetectionAction
that can be used to start the scheduled execution of Plan
createScheduledBuildDetectionAction
in interface BuildDetectionActionFactory
@NotNull public BuildDetectionAction createInitialBuildDetectionAction(@NotNull Plan plan)
BuildDetectionActionFactory
BuildDetectionAction
that is used to execute the initial build for a Build
createInitialBuildDetectionAction
in interface BuildDetectionActionFactory
@NotNull public BuildDetectionAction createDependentBuildDetectionAction(@NotNull Plan plan, @NotNull Plan parent, @NotNull BuildContext completedBuildContext)
BuildDetectionActionFactory
BuildDetectionAction
that is used to trigger dependent builds
createDependentBuildDetectionAction
in interface BuildDetectionActionFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |