org.jbpm.console.ng.asset.backend.server
Class AssetManagementEntryPointImpl
java.lang.Object
org.jbpm.console.ng.asset.backend.server.AssetManagementEntryPointImpl
- All Implemented Interfaces:
- AssetManagementEntryPoint
@ApplicationScoped
public class AssetManagementEntryPointImpl
- extends Object
- implements 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 |
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 |
AssetManagementEntryPointImpl
public AssetManagementEntryPointImpl()
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
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.