com.atlassian.jira.pageobjects.project
Class ProjectSharedBy

java.lang.Object
  extended by com.atlassian.jira.pageobjects.project.ProjectSharedBy

public class ProjectSharedBy
extends Object

Represents the "Shared By" project dropdown shown within JIRA.

Since:
v4.4

Constructor Summary
ProjectSharedBy(com.atlassian.pageobjects.elements.PageElement container)
           
 
Method Summary
 void closeDialog()
           
 List<String> getProjects()
           
 String getTriggerText()
           
 boolean isPresent()
           
 boolean isTiggerPresent()
           
 void openDialog()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectSharedBy

public ProjectSharedBy(com.atlassian.pageobjects.elements.PageElement container)
Method Detail

isPresent

public boolean isPresent()

isTiggerPresent

public boolean isTiggerPresent()

getTriggerText

public String getTriggerText()

getProjects

public List<String> getProjects()

openDialog

public void openDialog()

closeDialog

public void closeDialog()


Copyright © 2002-2012 Atlassian. All Rights Reserved.