org.hudsonci.maven.plugin.ui.gwt.buildinfo
Class MavenBuildInfoController

java.lang.Object
  extended by org.hudsonci.maven.plugin.ui.gwt.buildinfo.MavenBuildInfoController

@Singleton
public class MavenBuildInfoController
extends Object

Controls initial startup and extra configuration of the application.

Since:
2.1.0
Author:
Jamie Whitehouse

Constructor Summary
MavenBuildInfoController(MainPanelPresenter mainPanel, BuildInformationManager buildInformationManager, com.google.gwt.event.shared.EventBus eventBus, ModuleDataProvider mdp, ArtifactDataProvider adp, BuildSummaryPresenter buildSummaryPresenter, ModuleInfoPresenter moduleInfoPresenter, ModuleInfoPickerPresenter moduleInfoPickerPresenter)
           
 
Method Summary
 void buildStateSelected(BuildStateSelectedEvent event)
           
 void start(com.google.gwt.user.client.ui.HasWidgets container)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MavenBuildInfoController

@Inject
public MavenBuildInfoController(MainPanelPresenter mainPanel,
                                       BuildInformationManager buildInformationManager,
                                       com.google.gwt.event.shared.EventBus eventBus,
                                       ModuleDataProvider mdp,
                                       ArtifactDataProvider adp,
                                       BuildSummaryPresenter buildSummaryPresenter,
                                       ModuleInfoPresenter moduleInfoPresenter,
                                       ModuleInfoPickerPresenter moduleInfoPickerPresenter)
Method Detail

start

public void start(com.google.gwt.user.client.ui.HasWidgets container)

buildStateSelected

public void buildStateSelected(BuildStateSelectedEvent event)


Copyright © 2004-2011 Hudson. All Rights Reserved.