Uses of Class
com.chutneytesting.server.core.domain.scenario.campaign.CampaignExecutionReport
Packages that use CampaignExecutionReport
Package
Description
-
Uses of CampaignExecutionReport in com.chutneytesting.server.core.domain.execution.history
Methods in com.chutneytesting.server.core.domain.execution.history that return types with arguments of type CampaignExecutionReportModifier and TypeMethodDescriptionExecutionHistory.ExecutionProperties.campaignReport()ImmutableExecutionHistory.DetachedExecution.campaignReport()ImmutableExecutionHistory.Execution.campaignReport()ImmutableExecutionHistory.ExecutionSummary.campaignReport()Methods in com.chutneytesting.server.core.domain.execution.history with parameters of type CampaignExecutionReportModifier and TypeMethodDescriptionImmutableExecutionHistory.DetachedExecution.Builder.campaignReport(CampaignExecutionReport campaignReport) Initializes the optional valuecampaignReportto campaignReport.ImmutableExecutionHistory.Execution.Builder.campaignReport(CampaignExecutionReport campaignReport) Initializes the optional valuecampaignReportto campaignReport.ImmutableExecutionHistory.ExecutionSummary.Builder.campaignReport(CampaignExecutionReport campaignReport) Initializes the optional valuecampaignReportto campaignReport.ImmutableExecutionHistory.DetachedExecution.withCampaignReport(CampaignExecutionReport value) Copy the current immutable object by setting a present value for the optionalcampaignReportattribute.ImmutableExecutionHistory.Execution.withCampaignReport(CampaignExecutionReport value) Copy the current immutable object by setting a present value for the optionalcampaignReportattribute.ImmutableExecutionHistory.ExecutionSummary.withCampaignReport(CampaignExecutionReport value) Copy the current immutable object by setting a present value for the optionalcampaignReportattribute.Method parameters in com.chutneytesting.server.core.domain.execution.history with type arguments of type CampaignExecutionReportModifier and TypeMethodDescriptionImmutableExecutionHistory.DetachedExecution.Builder.campaignReport(Optional<? extends CampaignExecutionReport> campaignReport) Initializes the optional valuecampaignReportto campaignReport.ImmutableExecutionHistory.Execution.Builder.campaignReport(Optional<? extends CampaignExecutionReport> campaignReport) Initializes the optional valuecampaignReportto campaignReport.ImmutableExecutionHistory.ExecutionSummary.Builder.campaignReport(Optional<? extends CampaignExecutionReport> campaignReport) Initializes the optional valuecampaignReportto campaignReport.ImmutableExecutionHistory.DetachedExecution.withCampaignReport(Optional<? extends CampaignExecutionReport> optional) Copy the current immutable object by setting an optional value for thecampaignReportattribute.ImmutableExecutionHistory.Execution.withCampaignReport(Optional<? extends CampaignExecutionReport> optional) Copy the current immutable object by setting an optional value for thecampaignReportattribute.ImmutableExecutionHistory.ExecutionSummary.withCampaignReport(Optional<? extends CampaignExecutionReport> optional) Copy the current immutable object by setting an optional value for thecampaignReportattribute. -
Uses of CampaignExecutionReport in com.chutneytesting.server.core.domain.instrument
Methods in com.chutneytesting.server.core.domain.instrument with parameters of type CampaignExecutionReportModifier and TypeMethodDescriptionvoidChutneyMetrics.onCampaignExecutionEnded(Campaign campaign, CampaignExecutionReport campaignExecutionReport)