Guvnor - Asset Management Client 6.2.0.Beta3

org.guvnor.asset.management.client.editors.build
Class BuildConfigurationPresenter

java.lang.Object
  extended by org.guvnor.asset.management.client.editors.build.BuildConfigurationPresenter

@Dependent
public class BuildConfigurationPresenter
extends Object


Nested Class Summary
static interface BuildConfigurationPresenter.BuildConfigurationView
           
 
Constructor Summary
BuildConfigurationPresenter()
           
 
Method Summary
 void buildProject(String repository, String branch, String project, String userName, String password, String serverURL, Boolean deployToMaven)
           
 void close()
           
 String getTitle()
           
 org.uberfire.client.mvp.UberView<BuildConfigurationPresenter> getView()
           
 void init()
           
 void loadBranches(String repository)
           
 void loadRepositories()
           
 void onOpen()
           
 void onStartup(org.uberfire.mvp.PlaceRequest place)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildConfigurationPresenter

public BuildConfigurationPresenter()
Method Detail

onStartup

public void onStartup(org.uberfire.mvp.PlaceRequest place)

getTitle

public String getTitle()

getView

public org.uberfire.client.mvp.UberView<BuildConfigurationPresenter> getView()

init

@PostConstruct
public void init()

buildProject

public void buildProject(String repository,
                         String branch,
                         String project,
                         String userName,
                         String password,
                         String serverURL,
                         Boolean deployToMaven)

loadRepositories

public void loadRepositories()

loadBranches

public void loadBranches(String repository)

onOpen

public void onOpen()

close

public void close()

Guvnor - Asset Management Client 6.2.0.Beta3

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.