com.starbase.starteam.viewcomparemerge
Class RevisionLabelScope

java.lang.Object
  |
  +--com.starbase.starteam.viewcomparemerge.Scope
        |
        +--com.starbase.starteam.viewcomparemerge.RevisionLabelScope

public class RevisionLabelScope
extends Scope

Includes all item revisions with a given revision label in the scope of the view compare/merge session.

See Also:
Session#addScope, Scope

Constructor Summary
RevisionLabelScope(Label label)
          Creates a new RevisionLabelScope.
RevisionLabelScope(Label label, Type type)
          Creates a new RevisionLabelScope.
RevisionLabelScope(Label label, Type[] types)
          Creates a new RevisionLabelScope.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RevisionLabelScope

public RevisionLabelScope(Label label)
Creates a new RevisionLabelScope.

Parameters:
label - A revision label. All item revisions with this label are included in the scope of the view compare/merge session.

RevisionLabelScope

public RevisionLabelScope(Label label,
                          Type type)
Creates a new RevisionLabelScope.

Parameters:
label - A revision label. Item revisions with this label are included in the scope of the view compare/merge session.
type - An item type. Only items with this item type are included.

RevisionLabelScope

public RevisionLabelScope(Label label,
                          Type[] types)
Creates a new RevisionLabelScope.

Parameters:
label - A revision label. Item revisions with this label are included in the scope of the view compare/merge session.
types - A list of item types. Only items with these types are included.


StarTeam SDK 10.4, Build 36
Copyright © 2003-2008 Borland Software Corporation. All rights reserved.