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