public abstract class DeleteOperation extends JiraDialog
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.PageElement |
affectsCount |
static String |
CUSTOM_FIELD_REMOVE_PREFIX |
static String |
CUSTOM_FIELD_SWAP_PREFIX |
protected com.atlassian.pageobjects.elements.PageElement |
customCount |
protected com.atlassian.pageobjects.elements.PageElement |
fixCount |
protected com.atlassian.pageobjects.elements.PageElement |
infoMessage |
static String |
REMOVE_AFFECT_VERSION |
static String |
REMOVE_FIX_VERSION |
protected com.atlassian.pageobjects.elements.PageElement |
removeAffectVersion |
protected com.atlassian.pageobjects.elements.PageElement |
removeFixVersion |
protected com.atlassian.pageobjects.elements.PageElement |
submitButton |
static String |
SWAP_AFFECT_VERSION |
static String |
SWAP_FIX_VERSION |
protected com.atlassian.pageobjects.elements.PageElement |
swapAffectVersion |
protected com.atlassian.pageobjects.elements.PageElement |
swapAffectVersionSelect |
protected com.atlassian.pageobjects.elements.PageElement |
swapFixVersion |
protected com.atlassian.pageobjects.elements.PageElement |
swapFixVersionSelect |
binder, CONTENT_AREA_CLASS, CONTENT_READY_CLASS, DIALOG_CLASS, DIALOG_OPEN_CLASS, driver, extendedFinder, HEADING_AREA_CLASS, id, locator, queryFactory, timeouts
Constructor and Description |
---|
DeleteOperation(String versionId) |
Modifier and Type | Method and Description |
---|---|
void |
dialogOpen() |
int |
getAffectedIssuesForCustomField(long customFieldId) |
String |
getAffectedIssuesLinkForCustomField(int customFieldId) |
int |
getAffectsCount() |
int |
getAffectsIssuesCountInNavigator() |
void |
getElements() |
int |
getFixCount() |
String |
getInfoMessage() |
Map<String,Boolean> |
getOperations() |
DeleteOperation |
setAffectsToRemoveVersion() |
DeleteOperation |
setAffectsToSwapVersion(String versionName) |
DeleteOperation |
setCustomFieldRemove(long customFieldId) |
DeleteOperation |
setCustomFieldSwapToVersion(long customFieldId,
String versionName) |
DeleteOperation |
setFixToRemoveVersion() |
DeleteOperation |
setFixToSwapVersion(String versionName) |
abstract <T> T |
submit(Class<T> clazz) |
find, find, findAll, findAll, getDialogElement, initAbstractDialog, isClosed, isInDOM, isOpen, waitUntilFinishedLoading
public static final String SWAP_AFFECT_VERSION
public static final String REMOVE_AFFECT_VERSION
public static final String SWAP_FIX_VERSION
public static final String REMOVE_FIX_VERSION
public static final String CUSTOM_FIELD_SWAP_PREFIX
public static final String CUSTOM_FIELD_REMOVE_PREFIX
protected com.atlassian.pageobjects.elements.PageElement swapAffectVersion
protected com.atlassian.pageobjects.elements.PageElement swapAffectVersionSelect
protected com.atlassian.pageobjects.elements.PageElement removeAffectVersion
protected com.atlassian.pageobjects.elements.PageElement affectsCount
protected com.atlassian.pageobjects.elements.PageElement swapFixVersion
protected com.atlassian.pageobjects.elements.PageElement swapFixVersionSelect
protected com.atlassian.pageobjects.elements.PageElement removeFixVersion
protected com.atlassian.pageobjects.elements.PageElement fixCount
protected com.atlassian.pageobjects.elements.PageElement submitButton
protected com.atlassian.pageobjects.elements.PageElement infoMessage
protected com.atlassian.pageobjects.elements.PageElement customCount
public DeleteOperation(String versionId)
public void dialogOpen()
public void getElements()
public int getAffectsCount()
public int getFixCount()
public String getInfoMessage()
public DeleteOperation setCustomFieldSwapToVersion(long customFieldId, String versionName)
public DeleteOperation setCustomFieldRemove(long customFieldId)
public int getAffectedIssuesForCustomField(long customFieldId)
public DeleteOperation setFixToSwapVersion(String versionName)
public String getAffectedIssuesLinkForCustomField(int customFieldId)
public int getAffectsIssuesCountInNavigator() throws InterruptedException
InterruptedException
public DeleteOperation setFixToRemoveVersion()
public DeleteOperation setAffectsToSwapVersion(String versionName)
public DeleteOperation setAffectsToRemoveVersion()
public abstract <T> T submit(Class<T> clazz)
Copyright © 2002-2022 Atlassian. All Rights Reserved.