hudson.plugins.starteam
Class StarTeamViewSelector

java.lang.Object
  extended by hudson.plugins.starteam.StarTeamViewSelector
All Implemented Interfaces:
java.io.Serializable

public class StarTeamViewSelector
extends java.lang.Object
implements java.io.Serializable

Contents of a View can be adjusted by selecting versions other then the tip.

Author:
Jan Ruzicka
See Also:
Serialized Form

Constructor Summary
StarTeamViewSelector(java.lang.String configInfo, java.lang.String configType)
          Default constructor
 
Method Summary
 com.starbase.starteam.View configView(com.starbase.starteam.View baseView)
           
 java.lang.String getConfigInfo()
           
 java.lang.String getConfigType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StarTeamViewSelector

public StarTeamViewSelector(java.lang.String configInfo,
                            java.lang.String configType)
                     throws java.text.ParseException
Default constructor

Parameters:
configType - Current: view brings the most recent or "tip" versions of items, Label: view brings items with the specified label attached, Time: view brings items designated by time, Promotion: view brings items designated by a promotion state, similar to label-based view.
configInfo - Information according to configuration type. Label name, Promotion State name or date
Throws:
java.text.ParseException
Method Detail

configView

public com.starbase.starteam.View configView(com.starbase.starteam.View baseView)
                                      throws StarTeamSCMException,
                                             java.text.ParseException
Throws:
StarTeamSCMException
java.text.ParseException

getConfigInfo

public java.lang.String getConfigInfo()

getConfigType

public java.lang.String getConfigType()


Copyright © 2007-2010. All Rights Reserved.