public interface

AddSubtaskType

com.atlassian.jira.pageobjects.pages.admin.subtask.AddSubtaskType
Known Indirect Subclasses

Class Overview

An interface for actions that can add subtask type dialog.

Summary

Public Methods
ManageSubtasksPage cancel()
Map<StringString> getErrors()
@Deprecated String getIconUrl()
This method is deprecated. there is no such functionality in addsubtask type dialog
@Deprecated IconPicker.IconPickerPopup openIconPickerPopup()
This method is deprecated. there is no such functionality in addsubtask type dialog
AddSubtaskType setDescription(String description)
@Deprecated AddSubtaskType setIconUrl(String iconUrl)
This method is deprecated. there is no such functionality in addsubtask type dialog
AddSubtaskType setName(String name)
<P> P submit(Class<P> klazz)
AddSubtaskType submitFail()
<P> P submitFail(Class<P> page, Object... args)
ManageSubtasksPage submitSuccess()

Public Methods

public ManageSubtasksPage cancel ()

public Map<StringString> getErrors ()

@Deprecated public String getIconUrl ()

This method is deprecated.
there is no such functionality in addsubtask type dialog

@Deprecated public IconPicker.IconPickerPopup openIconPickerPopup ()

This method is deprecated.
there is no such functionality in addsubtask type dialog

public AddSubtaskType setDescription (String description)

@Deprecated public AddSubtaskType setIconUrl (String iconUrl)

This method is deprecated.
there is no such functionality in addsubtask type dialog

public AddSubtaskType setName (String name)

public P submit (Class<P> klazz)

public AddSubtaskType submitFail ()

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

public ManageSubtasksPage submitSuccess ()