public static class MigrationJob.MigrationJobBuilder extends Object
MigrationJob| Constructor and Description |
|---|
MigrationJobBuilder() |
| Modifier and Type | Method and Description |
|---|---|
MigrationJob |
build() |
MigrationJob.MigrationJobBuilder |
withInputVersion(String inputVersion) |
MigrationJob.MigrationJobBuilder |
withOuputVersion(String outputVersion) |
MigrationJob.MigrationJobBuilder |
withOutputProject(Path outputProject) |
MigrationJob.MigrationJobBuilder |
withParentDomainProject(Path parentDomainProject) |
MigrationJob.MigrationJobBuilder |
withProject(Path project) |
public MigrationJob.MigrationJobBuilder withProject(Path project)
public MigrationJob.MigrationJobBuilder withParentDomainProject(Path parentDomainProject)
public MigrationJob.MigrationJobBuilder withOutputProject(Path outputProject)
public MigrationJob.MigrationJobBuilder withInputVersion(String inputVersion)
public MigrationJob.MigrationJobBuilder withOuputVersion(String outputVersion)
public MigrationJob build() throws Exception
ExceptionCopyright © 2018 MuleSoft Inc. All rights reserved.