org.hudsonci.maven.plugin.ui.gwt.buildinfo
Interface BuildCoordinates

All Known Implementing Classes:
GwtLoadedBuildCoordinates

public interface BuildCoordinates

Information to locate a build in Hudson.

Since:
2.1.0
Author:
Jamie Whitehouse

Method Summary
 int getBuildnumber()
           
 String getProjectName()
           
 

Method Detail

getProjectName

String getProjectName()

getBuildnumber

int getBuildnumber()


Copyright © 2004-2011 Hudson. All Rights Reserved.