Project: stp

com.ibm.rational.wvcm.stp
Interface StpProvider.StpProductInfo

All Known Subinterfaces:
CqProvider.CqProductInfo
Enclosing interface:
StpProvider

public static interface StpProvider.StpProductInfo

Version information about the code that implements a portion of this product. This information is available for this Provider, and each of it's domain-specific subproviders. Version information for the server used to access a given repository is available as the PRODUCT_INFO property of those repositories.

Any field not applicable to the code for which information is requested will be an empty String (not null).


Method Summary
 String getBuildNumber()
           
 String getCompanyEmailAddress()
           
 String getCompanyFullName()
           
 String getCompanyName()
           
 String getCompanyWebAddress()
           
 String getFullProductVersion()
           
 String getPatchVersion()
           
 String getProductVersion()
           
 String getStageLabel()
           
 

Method Detail

getBuildNumber

String getBuildNumber()
Returns:
The product build number, representing the finest granularity of the product version specification.

getCompanyEmailAddress

String getCompanyEmailAddress()
Returns:
the e-mail address of the company for the current locale.

getCompanyFullName

String getCompanyFullName()
Returns:
the full name of the company in the current locale.

getCompanyName

String getCompanyName()
Returns:
the name of the company in the current locale.

getCompanyWebAddress

String getCompanyWebAddress()
Returns:
the web address of the company for the current locale.

getFullProductVersion

String getFullProductVersion()
Returns:
the full product version identifier string, containing both the product version and the build number.

getPatchVersion

String getPatchVersion()
Returns:
the current fix pack version of the product.

getProductVersion

String getProductVersion()
Returns:
the version identifier for the code, without build number.

getStageLabel

String getStageLabel()
Returns:
the ClearCase label used to uniquely identify each build.

Generated Fri 16-Aug-2013 12:43 PM

Copyright © IBM 2013. All rights reserved.