com.atlassian.bamboo.chains.plugins
Class TestResultSummaryMergeAction

java.lang.Object
  extended by com.atlassian.bamboo.chains.plugins.TestResultSummaryMergeAction
All Implemented Interfaces:
PostJobAction, BambooPluginModule

public class TestResultSummaryMergeAction
extends java.lang.Object
implements PostJobAction

Merges the TestResultsSummary of the completed Job with the TestResultsSummary of its parent Chain when the Job has finished executing


Constructor Summary
TestResultSummaryMergeAction()
           
 
Method Summary
 void execute(StageExecution stageExecution, Job job, BuildResultsSummary buildResultsSummary)
          Executes the custom action
 void setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestResultSummaryMergeAction

public TestResultSummaryMergeAction()
Method Detail

execute

public void execute(@NotNull
                    StageExecution stageExecution,
                    @NotNull
                    Job job,
                    @NotNull
                    BuildResultsSummary buildResultsSummary)
Description copied from interface: PostJobAction
Executes the custom action

Specified by:
execute in interface PostJobAction

setResultsSummaryManager

public void setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)


Copyright © 2012 Atlassian. All Rights Reserved.