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

All Superinterfaces:
com.google.gwt.resources.client.ClientBundle
All Known Subinterfaces:
BuildInfoResources

public interface HudsonResources
extends com.google.gwt.resources.client.ClientBundle

GWT bundle for stock Hudson resources. See hudson.model.BallColor

Since:
2.1.0
Author:
Jamie Whitehouse

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle
com.google.gwt.resources.client.ClientBundle.Source
 
Method Summary
 com.google.gwt.resources.client.ImageResource buildAbortIcon()
           
 com.google.gwt.resources.client.ImageResource buildDisabledIcon()
           
 com.google.gwt.resources.client.ImageResource buildFailureIcon()
           
 com.google.gwt.resources.client.ImageResource buildSuccessIcon()
           
 com.google.gwt.resources.client.ImageResource buildWarnIcon()
           
 

Method Detail

buildSuccessIcon

@ClientBundle.Source(value="blue.png")
com.google.gwt.resources.client.ImageResource buildSuccessIcon()

buildWarnIcon

@ClientBundle.Source(value="yellow.png")
com.google.gwt.resources.client.ImageResource buildWarnIcon()

buildFailureIcon

@ClientBundle.Source(value="red.png")
com.google.gwt.resources.client.ImageResource buildFailureIcon()

buildAbortIcon

@ClientBundle.Source(value="grey.png")
com.google.gwt.resources.client.ImageResource buildAbortIcon()

buildDisabledIcon

@ClientBundle.Source(value="grey.png")
com.google.gwt.resources.client.ImageResource buildDisabledIcon()


Copyright © 2004-2011 Hudson. All Rights Reserved.