org.guvnor.asset.management.service
Interface AssetManagementService
public interface AssetManagementService
|
Method Summary |
void |
buildProject(String repository,
String branch,
String project,
String userName,
String password,
String serverURL,
Boolean deployToRuntime)
|
void |
configureRepository(String repository,
String sourceBranch,
String devBranch,
String releaseBranch,
String version)
|
Set<Project> |
getProjects(Repository repository,
String branch)
|
void |
promoteChanges(String repository,
String sourceBranch,
String destBranch)
|
void |
releaseProject(String repository,
String branch,
String userName,
String password,
String serverURL,
Boolean deployToRuntime,
String version)
|
boolean |
supportRuntimeDeployment()
|
configureRepository
void configureRepository(String repository,
String sourceBranch,
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)
releaseProject
void releaseProject(String repository,
String branch,
String userName,
String password,
String serverURL,
Boolean deployToRuntime,
String version)
supportRuntimeDeployment
boolean supportRuntimeDeployment()
getProjects
Set<Project> getProjects(Repository repository,
String branch)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.