Search in sources :

Example 1 with PromotionBuilder

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);
}
Also used : PromotionBuilder(org.jfrog.build.api.builder.PromotionBuilder) Promotion(org.jfrog.build.api.release.Promotion)

Aggregations

PromotionBuilder (org.jfrog.build.api.builder.PromotionBuilder)1 Promotion (org.jfrog.build.api.release.Promotion)1