public interface AssetManagementService
| Modifier and Type | Method and Description |
|---|---|
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() |
void configureRepository(String repository, String sourceBranch, String devBranch, String releaseBranch, String version)
void buildProject(String repository, String branch, String project, String userName, String password, String serverURL, Boolean deployToRuntime)
void releaseProject(String repository, String branch, String userName, String password, String serverURL, Boolean deployToRuntime, String version)
boolean supportRuntimeDeployment()
Set<Project> getProjects(Repository repository, String branch)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.