com.atlassian.jira.pageobjects.project.fields
Class SharedProjectsDialog

java.lang.Object
  extended by com.atlassian.jira.pageobjects.components.InlineDialog
      extended by com.atlassian.jira.pageobjects.project.fields.SharedProjectsDialog

public class SharedProjectsDialog
extends InlineDialog

Represents the "shared projects" inline dialog for a specific Field Configuration on the Project Configuration Fields tab

Since:
v4.4

Nested Class Summary
static class SharedProjectsDialog.ProjectsDialogProjectImpl
           
 
Constructor Summary
SharedProjectsDialog(com.atlassian.pageobjects.elements.PageElement trigger, String contentsId)
           
 
Method Summary
 InlineDialog close()
           
 List<ProjectsDialogProject> getProjects()
           
 SharedProjectsDialog open()
           
 
Methods inherited from class com.atlassian.jira.pageobjects.components.InlineDialog
getDialogContents, initialize, isOpen
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SharedProjectsDialog

public SharedProjectsDialog(com.atlassian.pageobjects.elements.PageElement trigger,
                            String contentsId)
Method Detail

open

public SharedProjectsDialog open()
Overrides:
open in class InlineDialog

close

public InlineDialog close()
Overrides:
close in class InlineDialog

getProjects

public List<ProjectsDialogProject> getProjects()


Copyright © 2002-2012 Atlassian. All Rights Reserved.