Project: stp
com.ibm.rational.wvcm.stp.cc

Interface CcBaseline

Parameters:
flags - Resource-specific creation flags.
Throws:
WvcmException
  • getIsImport

    boolean getIsImport()
                        throws WvcmException
    Get the IS_IMPORT property of this baseline.
    Returns:
    true if this is an import baseline, else false
    Throws:
    WvcmException - if this proxy doesn't define a value for this property.
  • getIsInitial

    boolean getIsInitial()
                         throws WvcmException
    Get the IS_INITIAL property of this baseline.
    Returns:
    true if this is the initial baseline for its component, else false
    Throws:
    WvcmException - if this proxy doesn't define a value for this property.
  • getStream

    CcStream getStream()
                       throws WvcmException
    Get the the STREAM property of this baseline.
    Returns:
    a client proxy for the UCM stream in which this baseline was created. Will be null if this is an import or initial baseline.
    Throws:
    WvcmException - if this proxy doesn't define a value for this property.
  • setPromotionLevel

    void setPromotionLevel(String promotionLevel)
    Set the value of this baseline's PROMOTION_LEVEL property.
    Parameters:
    promotionLevel - the promotion level of this baseline.
Generated Sat 3-Jun-2017 10:35 PM

Copyright © IBM 2017. All rights reserved.