jBPM Console NG - Asset Management Backend 6.1.0-SNAPSHOT

org.jbpm.console.ng.asset.backend.server
Class AssetManagementEntryPointImpl

java.lang.Object
  extended by org.jbpm.console.ng.asset.backend.server.AssetManagementEntryPointImpl
All Implemented Interfaces:
AssetManagementEntryPoint

@ApplicationScoped
public class AssetManagementEntryPointImpl
extends Object
implements AssetManagementEntryPoint


Constructor Summary
AssetManagementEntryPointImpl()
           
 
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 init()
           
 void promoteChanges(String repository, String sourceBranch, String destBranch)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetManagementEntryPointImpl

public AssetManagementEntryPointImpl()
Method Detail

init

@PostConstruct
public void init()

configureRepository

public void configureRepository(String repository,
                                String devBranch,
                                String releaseBranch,
                                String version)
Specified by:
configureRepository in interface AssetManagementEntryPoint

buildProject

public void buildProject(String repository,
                         String branch,
                         String project,
                         String userName,
                         String password,
                         String serverURL,
                         Boolean deployToRuntime)
Specified by:
buildProject in interface AssetManagementEntryPoint

promoteChanges

public void promoteChanges(String repository,
                           String sourceBranch,
                           String destBranch)
Specified by:
promoteChanges in interface AssetManagementEntryPoint

jBPM Console NG - Asset Management Backend 6.1.0-SNAPSHOT

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