Uses of Class
com.chutneytesting.campaign.domain.PeriodicScheduledCampaign
-
Packages that use PeriodicScheduledCampaign Package Description com.chutneytesting.campaign.domain com.chutneytesting.campaign.infra -
-
Uses of PeriodicScheduledCampaign in com.chutneytesting.campaign.domain
Methods in com.chutneytesting.campaign.domain that return PeriodicScheduledCampaign Modifier and Type Method Description PeriodicScheduledCampaignPeriodicScheduledCampaignRepository. add(PeriodicScheduledCampaign periodicScheduledCampaign)PeriodicScheduledCampaignPeriodicScheduledCampaign. nextScheduledExecution()Methods in com.chutneytesting.campaign.domain that return types with arguments of type PeriodicScheduledCampaign Modifier and Type Method Description List<PeriodicScheduledCampaign>PeriodicScheduledCampaignRepository. getALl()Methods in com.chutneytesting.campaign.domain with parameters of type PeriodicScheduledCampaign Modifier and Type Method Description PeriodicScheduledCampaignPeriodicScheduledCampaignRepository. add(PeriodicScheduledCampaign periodicScheduledCampaign) -
Uses of PeriodicScheduledCampaign in com.chutneytesting.campaign.infra
Methods in com.chutneytesting.campaign.infra that return PeriodicScheduledCampaign Modifier and Type Method Description PeriodicScheduledCampaignSchedulingCampaignFileRepository. add(PeriodicScheduledCampaign periodicScheduledCampaign)Methods in com.chutneytesting.campaign.infra that return types with arguments of type PeriodicScheduledCampaign Modifier and Type Method Description List<PeriodicScheduledCampaign>SchedulingCampaignFileRepository. getALl()Methods in com.chutneytesting.campaign.infra with parameters of type PeriodicScheduledCampaign Modifier and Type Method Description PeriodicScheduledCampaignSchedulingCampaignFileRepository. add(PeriodicScheduledCampaign periodicScheduledCampaign)
-