org.sonar.ide.shared
Class SonarUrlUtils

java.lang.Object
  extended by org.sonar.ide.shared.SonarUrlUtils

public final class SonarUrlUtils
extends Object


Field Summary
static String HOST_DEFAULT
           
 
Method Summary
static String getComponents(String host, String resourceKey)
           
static String getDashboard(String host, String resourceKey)
           
static String getMeasuresDrilldown(String host, String resourceKey)
           
static String getMeasuresDrilldown(String host, String resourceKey, String metric)
           
static String getResource(String host, String resourceKey)
           
static String getTimemachine(String host, String resourceKey)
           
static String getViolationsDrilldown(String host, String resourceKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HOST_DEFAULT

public static final String HOST_DEFAULT
See Also:
Constant Field Values
Method Detail

getDashboard

public static String getDashboard(String host,
                                  String resourceKey)

getComponents

public static String getComponents(String host,
                                   String resourceKey)

getResource

public static String getResource(String host,
                                 String resourceKey)

getTimemachine

public static String getTimemachine(String host,
                                    String resourceKey)

getMeasuresDrilldown

public static String getMeasuresDrilldown(String host,
                                          String resourceKey,
                                          String metric)

getMeasuresDrilldown

public static String getMeasuresDrilldown(String host,
                                          String resourceKey)

getViolationsDrilldown

public static String getViolationsDrilldown(String host,
                                            String resourceKey)


Copyright © 2010 Evgeny Mandrikov. All Rights Reserved.