com.atlassian.bamboo.chains.plugins
Class PostChainIndexAction

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

public class PostChainIndexAction
extends java.lang.Object
implements PostChainAction

Responsible for indexing the ChainResultsSummary when the Chain execution has completed


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

Constructor Detail

PostChainIndexAction

public PostChainIndexAction()
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

setBuildResultsIndexer

public void setBuildResultsIndexer(BuildResultsIndexer buildResultsIndexer)


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.