Uses of Class
org.camunda.community.rest.client.dto.MigrationPlanReportDto
Packages that use MigrationPlanReportDto
-
Uses of MigrationPlanReportDto in org.camunda.community.rest.client.api
Methods in org.camunda.community.rest.client.api that return MigrationPlanReportDtoModifier and TypeMethodDescriptionMigrationApi.validateMigrationPlan(MigrationPlanDto migrationPlanDto) Validate Migration Plan Validates a migration plan statically without executing it.MigrationApi.validateMigrationPlan(MigrationPlanDto migrationPlanDto, Map<String, String> additionalHeaders) Validate Migration Plan Validates a migration plan statically without executing it. -
Uses of MigrationPlanReportDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return MigrationPlanReportDtoModifier and TypeMethodDescriptionMigrationPlanReportDto.addInstructionReportsItem(MigrationInstructionValidationReportDto instructionReportsItem) MigrationPlanReportDto.instructionReports(List<MigrationInstructionValidationReportDto> instructionReports) MigrationPlanReportDto.putVariableReportsItem(String key, MigrationVariableValidationReportDto variableReportsItem) MigrationPlanReportDto.variableReports(Map<String, MigrationVariableValidationReportDto> variableReports)