com.atlassian.jira.pageobjects.project.versions
Class EditVersionForm

java.lang.Object
  extended by com.atlassian.jira.pageobjects.components.restfultable.AbstractEditRow
      extended by com.atlassian.jira.pageobjects.project.versions.EditVersionForm

public class EditVersionForm
extends AbstractEditRow

Since:
v4.4

Nested Class Summary
 
Nested classes/interfaces inherited from class com.atlassian.jira.pageobjects.components.restfultable.AbstractEditRow
AbstractEditRow.AbstractField, AbstractEditRow.Field, AbstractEditRow.SelectField
 
Field Summary
 
Fields inherited from class com.atlassian.jira.pageobjects.components.restfultable.AbstractEditRow
row
 
Constructor Summary
EditVersionForm(org.openqa.selenium.By rowSelector)
           
 
Method Summary
 EditVersionForm cancel()
           
 EditVersionForm fill(String name, String description, String date)
           
 AbstractEditRow.Field getDescriptionField()
           
 AbstractEditRow.Field getNameField()
           
 AbstractEditRow.Field getReleaseDateField()
           
 EditVersionForm submit()
           
 
Methods inherited from class com.atlassian.jira.pageobjects.components.restfultable.AbstractEditRow
findInRow, getAddButton, getCancelLink, setRow
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditVersionForm

public EditVersionForm(org.openqa.selenium.By rowSelector)
Method Detail

fill

public EditVersionForm fill(String name,
                            String description,
                            String date)

submit

public EditVersionForm submit()

cancel

public EditVersionForm cancel()

getNameField

public AbstractEditRow.Field getNameField()

getDescriptionField

public AbstractEditRow.Field getDescriptionField()

getReleaseDateField

public AbstractEditRow.Field getReleaseDateField()


Copyright © 2002-2012 Atlassian. All Rights Reserved.