hudson.plugins.sonar.utils
Class MagicNames

java.lang.Object
  extended by hudson.plugins.sonar.utils.MagicNames

public final class MagicNames
extends java.lang.Object

A simple class to contain strings used by the sonar plugin.

Since:
1.2
Author:
Evgeny Mandrikov

Field Summary
static java.lang.String DEFAULT_SONAR_URL
          Default URL of Sonar.
static java.lang.String ICON
          Plugin icon.
static java.lang.String PLUGIN_HOME
          Plugin home.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PLUGIN_HOME

public static final java.lang.String PLUGIN_HOME
Plugin home.

See Also:
Constant Field Values

ICON

public static final java.lang.String ICON
Plugin icon.

See Also:
Constant Field Values

DEFAULT_SONAR_URL

public static final java.lang.String DEFAULT_SONAR_URL
Default URL of Sonar.

See Also:
Constant Field Values


Copyright © 2007-2012. All Rights Reserved.