public interface

AddIssueType

com.atlassian.jira.pageobjects.pages.admin.issuetype.AddIssueType
Known Indirect Subclasses

Class Overview

Interface for a page object to add an issue type.

Summary

Public Methods
<P> P cancel(Class<P> page)
Map<StringString> getFormErrors()
@Deprecated String getIconUrl()
This method is deprecated. this functionality no longer exist
boolean isSubtasksEnabled()
@Deprecated IconPicker.IconPickerPopup openIconPickerPopup()
This method is deprecated. this functionality no longer exist
AddIssueType setDescription(String description)
@Deprecated AddIssueType setIconUrl(String iconUrl)
This method is deprecated. this feature no longer exists
AddIssueType setName(String name)
AddIssueType setSubtask(boolean subtask)
<P> P submit(Class<P> klazz)
AddIssueType submitFail()
<P> P submitFail(Class<P> page, Object... args)

Public Methods

public P cancel (Class<P> page)

public Map<StringString> getFormErrors ()

@Deprecated public String getIconUrl ()

This method is deprecated.
this functionality no longer exist

public boolean isSubtasksEnabled ()

@Deprecated public IconPicker.IconPickerPopup openIconPickerPopup ()

This method is deprecated.
this functionality no longer exist

public AddIssueType setDescription (String description)

@Deprecated public AddIssueType setIconUrl (String iconUrl)

This method is deprecated.
this feature no longer exists

public AddIssueType setName (String name)

public AddIssueType setSubtask (boolean subtask)

public P submit (Class<P> klazz)

public AddIssueType submitFail ()

public P submitFail (Class<P> page, Object... args)