|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.starbase.starteam.viewcomparemerge.Scope
|
+--com.starbase.starteam.viewcomparemerge.RevisionLabelScope
Includes all item revisions with a given revision label in the scope of the view compare/merge session.
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 |
public RevisionLabelScope(Label label)
label - A revision label. All item revisions with this label
are included in the scope of the view compare/merge session.
public RevisionLabelScope(Label label,
Type type)
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.
public RevisionLabelScope(Label label,
Type[] types)
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||