com.atlassian.bamboo.chains.plugins
Interface PostJobAction

All Superinterfaces:
BambooPluginModule
All Known Implementing Classes:
TestResultSummaryMergeAction

public interface PostJobAction
extends BambooPluginModule

Custom action that runs after a Job has finished executing as part of a ChainStage

Since:
2.7

Method Summary
 void execute(StageExecution stageExecution, Job job, BuildResultsSummary buildResultsSummary)
          Executes the custom action
 

Method Detail

execute

void execute(@NotNull
             StageExecution stageExecution,
             @NotNull
             Job job,
             @NotNull
             BuildResultsSummary buildResultsSummary)
Executes the custom action

Parameters:
stageExecution -
job -
buildResultsSummary -


Copyright © 2012 Atlassian. All Rights Reserved.