com.atlassian.jira.pageobjects.project.components
Class EditComponentForm
java.lang.Object
com.atlassian.jira.pageobjects.components.restfultable.AbstractEditRow
com.atlassian.jira.pageobjects.project.components.EditComponentForm
public class EditComponentForm
- extends AbstractEditRow
- Since:
- v4.4
Fields inherited from class com.atlassian.jira.pageobjects.components.restfultable.AbstractEditRow |
row |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EditComponentForm
public EditComponentForm(org.openqa.selenium.By rowSelector)
fill
public EditComponentForm fill(String name,
String description,
String componentLead,
String defaultAssignee)
submit
public EditComponentForm submit()
isLeadpickerDisabled
public boolean isLeadpickerDisabled()
getNameField
public AbstractEditRow.Field getNameField()
getDescriptionField
public AbstractEditRow.Field getDescriptionField()
getDisabledComponentLeadField
public AbstractEditRow.Field getDisabledComponentLeadField()
getComponentLeadField
public SingleSelect getComponentLeadField()
getDefaultAssigneeField
public AbstractEditRow.SelectField getDefaultAssigneeField()
Copyright © 2002-2012 Atlassian. All Rights Reserved.