Class DummyPostJobAction
java.lang.Object
com.atlassian.bamboo.plugins.dummy.DummyPostJobAction
- All Implemented Interfaces:
PostJobAction
,BambooPluginModule
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(@NotNull StageExecution stageExecution, @NotNull ImmutableJob job, @NotNull BuildResultsSummary buildResultsSummary) Executes the custom action
-
Constructor Details
-
DummyPostJobAction
-
-
Method Details
-
execute
public void execute(@NotNull @NotNull StageExecution stageExecution, @NotNull @NotNull ImmutableJob job, @NotNull @NotNull BuildResultsSummary buildResultsSummary) Description copied from interface:PostJobAction
Executes the custom action- Specified by:
execute
in interfacePostJobAction
-