com.atlassian.bamboo.chains.plugins
Interface PostStagedBuildAction

All Superinterfaces:
BambooPluginModule

public interface PostStagedBuildAction
extends BambooPluginModule

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


Method Summary
 void execute(StageExecution stageExecution, Build build, ExtendedBuildResultsSummary buildResultsSummary)
          Executes the custom action
 

Method Detail

execute

void execute(@NotNull
             StageExecution stageExecution,
             @NotNull
             Build build,
             @NotNull
             ExtendedBuildResultsSummary buildResultsSummary)
Executes the custom action

Parameters:
stageExecution -
build -
buildResultsSummary -


Copyright © 2010 Atlassian. All Rights Reserved.