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

All Superinterfaces:
com.google.gwt.resources.client.ClientBundle, HudsonResources

public interface BuildInfoResources
extends HudsonResources

ClientBundle resource for the build information view.

Since:
2.1.0
Author:
Jamie Whitehouse

Nested Class Summary
static interface BuildInfoResources.Style
           
 
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle
com.google.gwt.resources.client.ClientBundle.Source
 
Field Summary
static BuildInfoResources INSTANCE
           
 
Method Summary
 com.google.gwt.resources.client.ImageResource activityExecuting()
           
 com.google.gwt.resources.client.ImageResource activityScheduled()
           
 com.google.gwt.resources.client.ImageResource refresh()
           
 BuildInfoResources.Style style()
           
 
Methods inherited from interface org.hudsonci.maven.plugin.ui.gwt.buildinfo.HudsonResources
buildAbortIcon, buildDisabledIcon, buildFailureIcon, buildSuccessIcon, buildWarnIcon
 

Field Detail

INSTANCE

static final BuildInfoResources INSTANCE
Method Detail

style

@ClientBundle.Source(value="MavenBuildInfoStyle.css")
BuildInfoResources.Style style()

activityScheduled

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

activityExecuting

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

refresh

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


Copyright © 2004-2011 Hudson. All Rights Reserved.