com.michelin.cio.hudson.plugins.qc
Class QualityCenterUtils

java.lang.Object
  extended by com.michelin.cio.hudson.plugins.qc.QualityCenterUtils

public class QualityCenterUtils
extends java.lang.Object

Author:
Thomas Maurel

Constructor Summary
QualityCenterUtils()
           
 
Method Summary
static hudson.util.FormValidation checkLocalPathToInstaller(java.lang.String value, java.lang.Boolean acceptEmpty)
          Checks the path to the QCClient on master server.
static hudson.util.FormValidation checkQcServerURL(java.lang.String value)
           
static hudson.util.FormValidation checkQcServerURL(java.lang.String value, java.lang.Boolean acceptEmpty)
          Checks the Quality Center server URL.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QualityCenterUtils

public QualityCenterUtils()
Method Detail

checkQcServerURL

public static hudson.util.FormValidation checkQcServerURL(java.lang.String value)

checkQcServerURL

public static hudson.util.FormValidation checkQcServerURL(java.lang.String value,
                                                          java.lang.Boolean acceptEmpty)
Checks the Quality Center server URL.


checkLocalPathToInstaller

public static hudson.util.FormValidation checkLocalPathToInstaller(java.lang.String value,
                                                                   java.lang.Boolean acceptEmpty)
Checks the path to the QCClient on master server.



Copyright © 2010. All Rights Reserved.