Package org.sonatype.nexus.client.core.subsystem.repository.maven

Examples of org.sonatype.nexus.client.core.subsystem.repository.maven.MavenProxyRepository.refresh()


    waitForLocalToSettleDown();

    assertThat(LOCAL_REPOSITORY_ID + " should not be autoblocked",
        !localRepositories().get(MavenProxyRepository.class, LOCAL_REPOSITORY_ID).status().isAutoBlocked());

    localRepository.refresh();

    assertThat(LOCAL_REPOSITORY_ID + " should not be autoblocked",
        !localRepositories().get(MavenProxyRepository.class, LOCAL_REPOSITORY_ID).status().isAutoBlocked());
  }
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.