@PublicApi public interface PostJobAction extends BambooPluginModule
Job
has finished executing as part of a ChainStage
Modifier and Type | Method and Description |
---|---|
void |
execute(StageExecution stageExecution,
ImmutableJob job,
BuildResultsSummary buildResultsSummary)
Executes the custom action
|
default void |
execute(StageExecution stageExecution,
Job job,
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 StageExecution stageExecution, @NotNull Job job, @NotNull BuildResultsSummary buildResultsSummary)
execute(StageExecution, ImmutableJob, BuildResultsSummary)
insteadvoid execute(@NotNull StageExecution stageExecution, @NotNull ImmutableJob job, @NotNull BuildResultsSummary buildResultsSummary)
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.
View cookie preferences