@PublicApi public interface PostJobAction extends BambooPluginModule
Job has finished executing as part of a ChainStage| Modifier and Type | Method and Description |
|---|---|
void |
execute(@NotNull StageExecution stageExecution,
@NotNull ImmutableJob job,
@NotNull BuildResultsSummary buildResultsSummary)
Executes the custom action
|
default void |
execute(@NotNull StageExecution stageExecution,
@NotNull Job job,
@NotNull BuildResultsSummary buildResultsSummary)
Deprecated.
since 6.10 this method no longer works for plan branches. Use
execute(StageExecution, ImmutableJob, BuildResultsSummary) instead |
@Deprecated default void execute(@NotNull @NotNull StageExecution stageExecution, @NotNull @NotNull Job job, @NotNull @NotNull BuildResultsSummary buildResultsSummary)
execute(StageExecution, ImmutableJob, BuildResultsSummary) insteadvoid execute(@NotNull
@NotNull StageExecution stageExecution,
@NotNull
@NotNull ImmutableJob job,
@NotNull
@NotNull BuildResultsSummary buildResultsSummary)
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.