com.atlassian.bamboo.chains.plugins
Interface PostJobAction
- All Superinterfaces:
- BambooPluginModule
- All Known Implementing Classes:
- TestResultSummaryMergeAction
@PublicApi
public interface PostJobAction
- extends BambooPluginModule
Custom action that runs after a Job
has finished executing as part of a ChainStage
- Since:
- 2.7
execute
void execute(@NotNull
StageExecution stageExecution,
@NotNull
Job job,
@NotNull
BuildResultsSummary buildResultsSummary)
- Executes the custom action
- Parameters:
stageExecution
- job
- buildResultsSummary
-
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.