use of org.jfrog.build.api.builder.PromotionBuilder in project build-info by JFrogDev.
the class ArtifactoryManagerTest method stageBuild.
private void stageBuild(String project) throws IOException {
Promotion promotion = new PromotionBuilder().build();
artifactoryManager.stageBuild(BUILD_NAME, BUILD_NUMBER, project, promotion);
}
Aggregations