com.ibm.team.fvt.tests.clm.pages.popup
Class RmArtifactActionsPopupMenu

java.lang.Object
  extended by com.ibm.team.fvt.tests.web.WebPageElement
      extended by com.ibm.team.fvt.tests.web.WebElementWrapper
          extended by com.ibm.team.fvt.tests.web.WebWindow
              extended by com.ibm.team.fvt.tests.web.WebPopupMenuElement
                  extended by com.ibm.team.fvt.tests.clm.pages.popup.RmArtifactActionsPopupMenu

Deprecated. Use RmArtifactActionsMenu instead.

@Deprecated
public class RmArtifactActionsPopupMenu
extends com.ibm.team.fvt.tests.web.WebPopupMenuElement

Popup-menu that appears when clicking on an artifact.


Constructor Summary
RmArtifactActionsPopupMenu(com.ibm.team.fvt.tests.web.WebPage page)
          Deprecated.  
 
Method Summary
 void copyArtifact(java.lang.String newName, java.lang.String destinationFolder)
          Deprecated. Click on 'Copy Artifact' item.
 RmWebReviewPage createReview(java.lang.String name, java.lang.String description, boolean isFormal, boolean isCollection)
          Deprecated. Click on 'Create Review' item.
 void deleteArtifact()
          Deprecated. Click on 'Delete Artifact' item.
 void moveArtifact(java.lang.String destinationFolder)
          Deprecated. Click on 'Move Artifact' item.
 void removeArtifact()
          Deprecated. Click on 'Remove Artifact' item.
 
Methods inherited from class com.ibm.team.fvt.tests.web.WebPopupMenuElement
clickItem, getItemElement, getItemElement, getMenuOptions, getStringMenuOptions, open
 
Methods inherited from class com.ibm.team.fvt.tests.web.WebWindow
cancel, close
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RmArtifactActionsPopupMenu

public RmArtifactActionsPopupMenu(com.ibm.team.fvt.tests.web.WebPage page)
Deprecated. 
Method Detail

removeArtifact

public void removeArtifact()
Deprecated. 
Click on 'Remove Artifact' item. Used to remove an artifact from a collection.


deleteArtifact

public void deleteArtifact()
Deprecated. 
Click on 'Delete Artifact' item.


moveArtifact

public void moveArtifact(java.lang.String destinationFolder)
Deprecated. 
Click on 'Move Artifact' item.


copyArtifact

public void copyArtifact(java.lang.String newName,
                         java.lang.String destinationFolder)
Deprecated. 
Click on 'Copy Artifact' item.


createReview

public RmWebReviewPage createReview(java.lang.String name,
                                    java.lang.String description,
                                    boolean isFormal,
                                    boolean isCollection)
Deprecated. 
Click on 'Create Review' item.

Parameters:
name - The name for the review.
description - The description for the review.
isFormal - true if a formal review is wanted (one where the artifacts are at particular versions/baselines, rather than the live document).
isCollection - true if a collection is being used to get the artifacts for the review.