hudson.plugins.jswidgets
Class JsConsts

java.lang.Object
  extended by hudson.plugins.jswidgets.JsConsts

public final class JsConsts
extends Object

Holder for constants.

Author:
mfriedenhagen

Field Summary
static String DISPLAYNAME
          Display name.
static String ICONFILENAME
          Path to the icon.
static String URLNAME
          Path to the jswidgets base.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DISPLAYNAME

public static final String DISPLAYNAME
Display name.

See Also:
Constant Field Values

URLNAME

public static final String URLNAME
Path to the jswidgets base.

See Also:
Constant Field Values

ICONFILENAME

public static final String ICONFILENAME
Path to the icon.

See Also:
Constant Field Values


Copyright © 2004-2012. All Rights Reserved.