jBPM Console NG - Asset Management Client 6.2.0.Beta1

org.jbpm.console.ng.asset.client.editors.build
Class BuildConfigurationPresenter

java.lang.Object
  extended by org.jbpm.console.ng.asset.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 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)

onOpen

public void onOpen()

close

public void close()

jBPM Console NG - Asset Management Client 6.2.0.Beta1

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