com.atlassian.bamboo.autofavourite
Class AutoFavouritePostChainAction

java.lang.Object
  extended by com.atlassian.bamboo.autofavourite.AutoFavouritePostChainAction
All Implemented Interfaces:
PostChainAction, BambooPluginModule

public class AutoFavouritePostChainAction
extends java.lang.Object
implements PostChainAction


Constructor Summary
AutoFavouritePostChainAction()
           
 
Method Summary
 void execute(Chain chain, ChainResultsSummary chainResultsSummary, ChainExecution chainExecution)
          Execute the custom action
 void setAdministrationConfiguration(AdministrationConfiguration administrationConfiguration)
           
 void setBambooUserManager(BambooUserManager bambooUserManager)
           
 void setExtendedAuthorManager(ExtendedAuthorManager extendedAuthorManager)
           
 void setPlanFavouriteService(PlanFavouriteService planFavouriteService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoFavouritePostChainAction

public AutoFavouritePostChainAction()
Method Detail

execute

public void execute(@NotNull
                    Chain chain,
                    @NotNull
                    ChainResultsSummary chainResultsSummary,
                    @NotNull
                    ChainExecution chainExecution)
             throws 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

setPlanFavouriteService

public void setPlanFavouriteService(PlanFavouriteService planFavouriteService)

setExtendedAuthorManager

public void setExtendedAuthorManager(ExtendedAuthorManager extendedAuthorManager)

setBambooUserManager

public void setBambooUserManager(BambooUserManager bambooUserManager)

setAdministrationConfiguration

public void setAdministrationConfiguration(AdministrationConfiguration administrationConfiguration)


Copyright © 2010 Atlassian. All Rights Reserved.