jBPM Console NG - Asset Managemenet API 6.1.1-SNAPSHOT

org.jbpm.console.ng.asset.service
Interface AssetManagementEntryPoint


public interface AssetManagementEntryPoint


Method Summary
 void buildProject(String repository, String branch, String project, String userName, String password, String serverURL, Boolean deployToRuntime)
           
 void configureRepository(String repository, String devBranch, String releaseBranch, String version)
           
 void promoteChanges(String repository, String sourceBranch, String destBranch)
           
 

Method Detail

configureRepository

void configureRepository(String repository,
                         String devBranch,
                         String releaseBranch,
                         String version)

buildProject

void buildProject(String repository,
                  String branch,
                  String project,
                  String userName,
                  String password,
                  String serverURL,
                  Boolean deployToRuntime)

promoteChanges

void promoteChanges(String repository,
                    String sourceBranch,
                    String destBranch)

jBPM Console NG - Asset Managemenet API 6.1.1-SNAPSHOT

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.