hudson.plugins.jswidgets
Class JsConsts

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

public final class JsConsts
extends java.lang.Object

Holder for constants.

Author:
mfriedenhagen

Field Summary
static java.lang.String DISPLAYNAME
          Display name.
static java.lang.String ICONFILENAME
          Path to the icon.
static java.lang.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 java.lang.String DISPLAYNAME
Display name.

See Also:
Constant Field Values

URLNAME

public static final java.lang.String URLNAME
Path to the jswidgets base.

See Also:
Constant Field Values

ICONFILENAME

public static final java.lang.String ICONFILENAME
Path to the icon.

See Also:
Constant Field Values


Copyright © 2010. All Rights Reserved.