Package org.sonar.wsclient.system

Examples of org.sonar.wsclient.system.Migration.message()


    DefaultSystemClient client = new DefaultSystemClient(requestFactory);
    Migration migration = client.migrate(500L, 5L);

    assertThat(migration.status()).isEqualTo(Migration.Status.MIGRATION_SUCCEEDED);
    assertThat(migration.operationalWebapp()).isTrue();
    assertThat(migration.message()).isEqualTo("done");
    assertThat(migration.startedAt()).isNull();
  }

  @Test
  public void fail_if_missing_state() {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.