org.hudsonci.maven.plugin.ui.gwt.buildinfo.internal
Class BuildSummaryPresenterImpl

java.lang.Object
  extended by org.hudsonci.maven.plugin.ui.gwt.buildinfo.internal.BuildSummaryPresenterImpl
All Implemented Interfaces:
BuildSummaryPresenter

public class BuildSummaryPresenterImpl
extends Object
implements BuildSummaryPresenter

Default implementation of BuildSummaryPresenter.

Since:
2.1.0
Author:
Jamie Whitehouse

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.hudsonci.maven.plugin.ui.gwt.buildinfo.BuildSummaryPresenter
BuildSummaryPresenter.BuildSummaryView
 
Constructor Summary
BuildSummaryPresenterImpl(BuildSummaryPresenter.BuildSummaryView view, ModuleDataProvider mdp)
           
 
Method Summary
 void setBuildState(BuildStateDTO buildState)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildSummaryPresenterImpl

@Inject
public BuildSummaryPresenterImpl(BuildSummaryPresenter.BuildSummaryView view,
                                        ModuleDataProvider mdp)
Method Detail

setBuildState

public void setBuildState(BuildStateDTO buildState)
Specified by:
setBuildState in interface BuildSummaryPresenter


Copyright © 2004-2011 Hudson. All Rights Reserved.