Class MigratorProperties

java.lang.Object
io.camunda.migrator.config.property.MigratorProperties

@ConfigurationProperties("camunda.migrator") public class MigratorProperties extends Object
Configuration properties for the migrator.
  • Field Details

  • Constructor Details

    • MigratorProperties

      public MigratorProperties()
  • Method Details

    • getPageSize

      public int getPageSize()
    • setPageSize

      public void setPageSize(int pageSize)
    • getC7

      public C7Properties getC7()
    • setC7

      public void setC7(C7Properties c7)
    • getC8

      public C8Properties getC8()
    • setC8

      public void setC8(C8Properties c8)
    • getAutoDdl

      public Boolean getAutoDdl()
    • setAutoDdl

      public void setAutoDdl(Boolean autoDdl)
    • getTablePrefix

      public String getTablePrefix()
    • setTablePrefix

      public void setTablePrefix(String tablePrefix)
    • getDataSource

      public MigratorProperties.DataSource getDataSource()
    • setDataSource

      public void setDataSource(MigratorProperties.DataSource dataSource)
    • getJobType

      public String getJobType()
    • setJobType

      public void setJobType(String jobType)
    • getValidationJobType

      public String getValidationJobType()
    • setValidationJobType

      public void setValidationJobType(String validationJobType)
    • getTenantIds

      public Set<String> getTenantIds()
    • setTenantIds

      public void setTenantIds(Set<String> tenantIds)
    • getSaveSkipReason

      public boolean getSaveSkipReason()
    • setSaveSkipReason

      public void setSaveSkipReason(boolean saveSkipReason)
    • getEffectiveValidationJobType

      public String getEffectiveValidationJobType()
      Returns the job type to use for validation purposes. If validation-job-type is defined, it returns that value. Otherwise, it returns the job-type value.
    • isJobTypeValidationDisabled

      public boolean isJobTypeValidationDisabled()
      Returns whether job type validation should be skipped entirely. Returns true if validation-job-type is set to "DISABLED".
    • getJobActivationType

      public String getJobActivationType()
      Returns the job type to use for job activation in activateMigratorJobs. This always returns the job-type value.
    • getInterceptors

      public List<InterceptorProperty> getInterceptors()
    • setInterceptors

      public void setInterceptors(List<InterceptorProperty> interceptors)