public class MigrationBatchConfiguration extends BatchConfiguration
Modifier and Type | Field and Description |
---|---|
protected boolean |
isSkipCustomListeners |
protected boolean |
isSkipIoMappings |
protected MigrationPlan |
migrationPlan |
batchId, failIfNotExists, idMappings, ids
Constructor and Description |
---|
MigrationBatchConfiguration(List<String> ids) |
MigrationBatchConfiguration(List<String> ids,
DeploymentMappings mappings,
MigrationPlan migrationPlan,
boolean isSkipCustomListeners,
boolean isSkipIoMappings) |
MigrationBatchConfiguration(List<String> ids,
MigrationPlan migrationPlan,
boolean isSkipCustomListeners,
boolean isSkipIoMappings) |
Modifier and Type | Method and Description |
---|---|
MigrationPlan |
getMigrationPlan() |
boolean |
isSkipCustomListeners() |
boolean |
isSkipIoMappings() |
void |
setMigrationPlan(MigrationPlan migrationPlan) |
void |
setSkipCustomListeners(boolean isSkipCustomListeners) |
void |
setSkipIoMappings(boolean isSkipIoMappings) |
getBatchId, getIdMappings, getIds, isFailIfNotExists, setBatchId, setFailIfNotExists, setIdMappings, setIds
protected MigrationPlan migrationPlan
protected boolean isSkipCustomListeners
protected boolean isSkipIoMappings
public MigrationBatchConfiguration(List<String> ids, MigrationPlan migrationPlan, boolean isSkipCustomListeners, boolean isSkipIoMappings)
public MigrationBatchConfiguration(List<String> ids, DeploymentMappings mappings, MigrationPlan migrationPlan, boolean isSkipCustomListeners, boolean isSkipIoMappings)
public MigrationPlan getMigrationPlan()
public void setMigrationPlan(MigrationPlan migrationPlan)
public boolean isSkipCustomListeners()
public void setSkipCustomListeners(boolean isSkipCustomListeners)
public boolean isSkipIoMappings()
public void setSkipIoMappings(boolean isSkipIoMappings)
Copyright © 2022. All rights reserved.