Search in sources :

Example 1 with CompletedSPClosingAdditionalParticipantsBot

use of won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletedSPClosingAdditionalParticipantsBot in project webofneeds by researchstudio-sat.

the class BAAtomicCCAdditionalParticipants method getSecondPhaseScripts.

protected List<BATestBotScript> getSecondPhaseScripts() {
    List<BATestBotScript> scripts = new ArrayList<BATestBotScript>(4);
    scripts.add(new CompletedSPClosingAdditionalParticipantsBot("CompletedSPClosingBot-1"));
    scripts.add(new CompletedSPClosingAdditionalParticipantsBot("CompletedSPClosingBot-2"));
    scripts.add(new CompletedSPClosingAdditionalParticipantsBot("CompletedSPClosingBot-3"));
    scripts.add(new CompletedSPClosingAdditionalParticipantsBot("CompletedSPClosingBot-4"));
    return scripts;
}
Also used : ArrayList(java.util.ArrayList) CompletedSPClosingAdditionalParticipantsBot(won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletedSPClosingAdditionalParticipantsBot) BATestBotScript(won.bot.framework.eventbot.listener.baStateBots.BATestBotScript)

Aggregations

ArrayList (java.util.ArrayList)1 BATestBotScript (won.bot.framework.eventbot.listener.baStateBots.BATestBotScript)1 CompletedSPClosingAdditionalParticipantsBot (won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletedSPClosingAdditionalParticipantsBot)1