Class ServerUpdate.Builder<S extends org.jboss.migration.core.jboss.JBossServer<S>>
- java.lang.Object
-
- org.jboss.migration.wfly10.config.task.ServerMigration.Builder<S>
-
- org.jboss.migration.wfly10.config.task.update.ServerUpdate.Builder<S>
-
- Enclosing class:
- ServerUpdate<S extends org.jboss.migration.core.jboss.JBossServer<S>>
public static class ServerUpdate.Builder<S extends org.jboss.migration.core.jboss.JBossServer<S>> extends ServerMigration.Builder<S>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServerUpdate<S>build()ServerUpdate.Builder<S>domain(DomainUpdate.Builder<S> domainUpdateBuilder)ServerUpdate.Builder<S>domain(DomainUpdate<S> domainUpdate)ServerUpdate.Builder<S>standaloneServer(StandaloneServerConfigurationMigration.Builder<org.jboss.migration.core.jboss.JBossServerConfiguration<S>> standaloneServerConfigurationUpdateBuilder)ServerUpdate.Builder<S>standaloneServer(StandaloneServerConfigurationMigration<org.jboss.migration.core.jboss.JBossServerConfiguration<S>> standaloneServerConfigurationUpdate)ServerUpdate.Builder<S>standaloneServer(org.jboss.migration.wfly10.config.task.update.StandaloneServerConfigurationsUpdate<S> configurationsMigration)ServerUpdate.Builder<S>standaloneServer(StandaloneServerUpdate<S> standaloneServerUpdate)ServerUpdate.Builder<S>subtask(ServerMigration.SubtaskFactory<S> subtaskFactory)
-
-
-
Method Detail
-
subtask
public ServerUpdate.Builder<S> subtask(ServerMigration.SubtaskFactory<S> subtaskFactory)
- Overrides:
subtaskin classServerMigration.Builder<S extends org.jboss.migration.core.jboss.JBossServer<S>>
-
domain
public ServerUpdate.Builder<S> domain(DomainUpdate<S> domainUpdate)
-
domain
public ServerUpdate.Builder<S> domain(DomainUpdate.Builder<S> domainUpdateBuilder)
-
standaloneServer
public ServerUpdate.Builder<S> standaloneServer(StandaloneServerUpdate<S> standaloneServerUpdate)
-
standaloneServer
public ServerUpdate.Builder<S> standaloneServer(org.jboss.migration.wfly10.config.task.update.StandaloneServerConfigurationsUpdate<S> configurationsMigration)
-
standaloneServer
public ServerUpdate.Builder<S> standaloneServer(StandaloneServerConfigurationMigration<org.jboss.migration.core.jboss.JBossServerConfiguration<S>> standaloneServerConfigurationUpdate)
-
standaloneServer
public ServerUpdate.Builder<S> standaloneServer(StandaloneServerConfigurationMigration.Builder<org.jboss.migration.core.jboss.JBossServerConfiguration<S>> standaloneServerConfigurationUpdateBuilder)
-
build
public ServerUpdate<S> build()
- Overrides:
buildin classServerMigration.Builder<S extends org.jboss.migration.core.jboss.JBossServer<S>>
-
-