Class DummyPostJobAction
- java.lang.Object
-
- com.atlassian.bamboo.plugins.dummy.DummyPostJobAction
-
- All Implemented Interfaces:
PostJobAction
,BambooPluginModule
public class DummyPostJobAction extends Object implements PostJobAction
-
-
Constructor Summary
Constructors Constructor Description DummyPostJobAction(ResultsSummaryManager resultsSummaryManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(@NotNull StageExecution stageExecution, @NotNull ImmutableJob job, @NotNull BuildResultsSummary buildResultsSummary)
Executes the custom action-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.bamboo.chains.plugins.PostJobAction
execute
-
-
-
-
Constructor Detail
-
DummyPostJobAction
@Inject public DummyPostJobAction(ResultsSummaryManager resultsSummaryManager)
-
-
Method Detail
-
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
-
-