Project: stp

javax.wvcm
Interface Workspace.MergePreviewReport

Enclosing interface:
Workspace

public static interface Workspace.MergePreviewReport

A description of how the merge would affect the merge target when the merge source is neither an ancestor nor a descendant of the ControllableResource.CHECKED_IN or ControllableResource.CHECKED_OUT version of the merge target.


Method Summary
 Version getCommonAncestor()
          Get the common ancestor for the merges.
 ControllableResource getTarget()
          Get the merge target resource.
 ResourceList<Version> getVersionList()
          Get the list of versions whose controlled state is to be merged with the target.
 

Method Detail

getCommonAncestor

Version getCommonAncestor()
Get the common ancestor for the merges.

Returns:
a version that is the nearest common ancestor of all the versions to be merged.

getTarget

ControllableResource getTarget()
Get the merge target resource.

Returns:
a version-controlled resource that would be updated by the merge request.

getVersionList

ResourceList<Version> getVersionList()
Get the list of versions whose controlled state is to be merged with the target.

Returns:
a list of Version objects that identifies the versions to be merged to the specified target.

Generated Wed 3-Nov-2010 09:50 PM

Copyright © IBM 2010. All rights reserved.