@Dependent public class RepositoryConfigurationPresenter extends BaseAssetsMgmtPresenter
| Modifier and Type | Class and Description |
|---|---|
static interface |
RepositoryConfigurationPresenter.RepositoryConfigurationView |
| Modifier and Type | Field and Description |
|---|---|
protected org.uberfire.client.workbench.widgets.common.ErrorPopupPresenter |
errorPopup |
assetManagementServices, authorizationManager, baseView, constants, identity, place, placeManager, repositories, repositoryServices, repositoryStructureServices| Constructor and Description |
|---|
RepositoryConfigurationPresenter() |
| Modifier and Type | Method and Description |
|---|---|
void |
configureRepository(String repository,
String sourceBranch,
String devBranch,
String releaseBranch,
String version) |
String |
getTitle() |
org.uberfire.client.mvp.UberView<RepositoryConfigurationPresenter> |
getView() |
void |
init() |
void |
loadRepositoryStructure(String repositoryAlias) |
void |
onOpen() |
void |
onStartup(org.uberfire.mvp.PlaceRequest place) |
getRepositories, getRepository, isManaged, loadRepositories@Inject protected org.uberfire.client.workbench.widgets.common.ErrorPopupPresenter errorPopup
public void onStartup(org.uberfire.mvp.PlaceRequest place)
public String getTitle()
public org.uberfire.client.mvp.UberView<RepositoryConfigurationPresenter> getView()
@PostConstruct public void init()
init in class BaseAssetsMgmtPresenterpublic void loadRepositoryStructure(String repositoryAlias)
public void configureRepository(String repository, String sourceBranch, String devBranch, String releaseBranch, String version)
public void onOpen()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.