@Dependent public class PromoteChangesPresenter extends BaseAssetsMgmtPresenter
| Modifier and Type | Class and Description |
|---|---|
static interface |
PromoteChangesPresenter.PromoteChangesView |
assetManagementServices, authorizationManager, baseView, constants, identity, place, placeManager, repositories, repositoryServices, repositoryStructureServices| Constructor and Description |
|---|
PromoteChangesPresenter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTitle() |
org.uberfire.client.mvp.UberView<PromoteChangesPresenter> |
getView() |
void |
init() |
void |
loadBranches(String alias) |
void |
onOpen() |
void |
onStartup(org.uberfire.mvp.PlaceRequest place) |
void |
promoteChanges(String repository,
String sourceBranch,
String destinationBranch) |
getRepositories, getRepository, isManaged, loadRepositoriespublic void onStartup(org.uberfire.mvp.PlaceRequest place)
public String getTitle()
public org.uberfire.client.mvp.UberView<PromoteChangesPresenter> getView()
@PostConstruct public void init()
init in class BaseAssetsMgmtPresenterpublic void loadBranches(String alias)
public void promoteChanges(String repository, String sourceBranch, String destinationBranch)
public void onOpen()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.