|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BuildDetectionActionFactory
Factory for creating common BuildDetectionAction
's
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 build)
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 |
Method Detail |
---|
@NotNull BuildDetectionAction createManualBuildDetectionAction(@NotNull Plan plan, @NotNull com.atlassian.user.User user, @NotNull java.util.Map<java.lang.String,java.lang.String> params)
BuildDetectionAction
that can be used to start the manual execution of Plan
plan
- user
- params
-
@NotNull BuildDetectionAction createScheduledBuildDetectionAction(@NotNull Plan plan)
BuildDetectionAction
that can be used to start the scheduled execution of Plan
plan
-
@NotNull BuildDetectionAction createInitialBuildDetectionAction(@NotNull Plan build)
BuildDetectionAction
that is used to execute the initial build for a Build
build
-
@NotNull BuildDetectionAction createDependentBuildDetectionAction(@NotNull Plan plan, @NotNull Plan parent, @NotNull BuildContext completedBuildContext)
BuildDetectionAction
that is used to trigger dependent builds
plan
- parent
- completedBuildContext
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |