com.atlassian.bamboo.builder.coverage
Class CloverChainResultAggregator

java.lang.Object
  extended by com.atlassian.bamboo.builder.coverage.CloverChainResultAggregator
All Implemented Interfaces:
PostChainAction, BambooPluginModule

public class CloverChainResultAggregator
extends java.lang.Object
implements PostChainAction


Constructor Summary
CloverChainResultAggregator()
           
 
Method Summary
 void execute(Chain chain, ChainResultsSummary chainResultsSummary, ChainExecution chainExecution)
          Execute the custom action
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloverChainResultAggregator

public CloverChainResultAggregator()
Method Detail

execute

public void execute(@NotNull
                    Chain chain,
                    @NotNull
                    ChainResultsSummary chainResultsSummary,
                    @NotNull
                    ChainExecution chainExecution)
             throws java.lang.InterruptedException,
                    java.lang.Exception
Description copied from interface: PostChainAction
Execute the custom action

Specified by:
execute in interface PostChainAction
Throws:
java.lang.InterruptedException
java.lang.Exception


Copyright © 2012 Atlassian. All Rights Reserved.