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

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

@Singleton
public class GwtLoadedBuildCoordinates
extends Object
implements BuildCoordinates

Build coordinates loaded from the page or query string.

Since:
2.1.0
Author:
Jamie Whitehouse

Constructor Summary
GwtLoadedBuildCoordinates()
           
 
Method Summary
 int getBuildnumber()
           
 String getProjectName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GwtLoadedBuildCoordinates

public GwtLoadedBuildCoordinates()
Method Detail

getProjectName

public String getProjectName()
Specified by:
getProjectName in interface BuildCoordinates

getBuildnumber

public int getBuildnumber()
Specified by:
getBuildnumber in interface BuildCoordinates


Copyright © 2004-2011 Hudson. All Rights Reserved.