com.michelin.cio.hudson.plugins.qc.qtpaddins
Enum QualityCenterQTPAddinsInstaller.QTPVersion

java.lang.Object
  extended by java.lang.Enum<QualityCenterQTPAddinsInstaller.QTPVersion>
      extended by com.michelin.cio.hudson.plugins.qc.qtpaddins.QualityCenterQTPAddinsInstaller.QTPVersion
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<QualityCenterQTPAddinsInstaller.QTPVersion>
Enclosing class:
QualityCenterQTPAddinsInstaller

public static enum QualityCenterQTPAddinsInstaller.QTPVersion
extends java.lang.Enum<QualityCenterQTPAddinsInstaller.QTPVersion>

Currently supported versions of the QTP Addin.


Enum Constant Summary
QTP90
           
QTP91
           
QTP92
           
 
Field Summary
 java.lang.String key
          The key is the ID of the installer used to generate the InstallShield silent install script.
 java.lang.String url
          URL to download the addin from HP Update Center.
 java.lang.String version
           
 
Method Summary
 java.lang.String getKey()
           
 java.lang.String getUrl()
           
 java.lang.String getVersion()
           
static QualityCenterQTPAddinsInstaller.QTPVersion valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static QualityCenterQTPAddinsInstaller.QTPVersion[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

QTP90

public static final QualityCenterQTPAddinsInstaller.QTPVersion QTP90

QTP91

public static final QualityCenterQTPAddinsInstaller.QTPVersion QTP91

QTP92

public static final QualityCenterQTPAddinsInstaller.QTPVersion QTP92
Field Detail

version

public final java.lang.String version

url

public final java.lang.String url
URL to download the addin from HP Update Center.


key

public final java.lang.String key
The key is the ID of the installer used to generate the InstallShield silent install script.

Method Detail

values

public static QualityCenterQTPAddinsInstaller.QTPVersion[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (QualityCenterQTPAddinsInstaller.QTPVersion c : QualityCenterQTPAddinsInstaller.QTPVersion.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static QualityCenterQTPAddinsInstaller.QTPVersion valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getKey

public java.lang.String getKey()

getUrl

public java.lang.String getUrl()

getVersion

public java.lang.String getVersion()


Copyright © 2010. All Rights Reserved.