|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.team.fvt.tests.web.WebPageElement
com.ibm.team.fvt.tests.web.WebElementWrapper
com.ibm.team.fvt.tests.web.WebWindow
com.ibm.team.fvt.tests.web.WebPopupMenuElement
com.ibm.team.fvt.tests.clm.pages.popup.RmArtifactActionsPopupMenu
RmArtifactActionsMenu
instead.
@Deprecated public class RmArtifactActionsPopupMenu
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 |
---|
public RmArtifactActionsPopupMenu(com.ibm.team.fvt.tests.web.WebPage page)
Method Detail |
---|
public void removeArtifact()
public void deleteArtifact()
public void moveArtifact(java.lang.String destinationFolder)
public void copyArtifact(java.lang.String newName, java.lang.String destinationFolder)
public RmWebReviewPage createReview(java.lang.String name, java.lang.String description, boolean isFormal, boolean isCollection)
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |