com.atlassian.jira.pageobjects.pages.admin.subtask
Interface AddSubtaskType

All Known Implementing Classes:
AddSubtaskTypeDialog, AddSubtaskTypePage

public interface AddSubtaskType

An interface for actions that can add subtask type dialog.

Since:
v5.0.1

Method Summary
 ManageSubtasksPage cancel()
           
 Map<String,String> getErrors()
           
 String getIconUrl()
          Deprecated. there is no such functionality in addsubtask type dialog
 IconPicker.IconPickerPopup openIconPickerPopup()
          Deprecated. there is no such functionality in addsubtask type dialog
 AddSubtaskType setDescription(String description)
           
 AddSubtaskType setIconUrl(String iconUrl)
          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()
           
 

Method Detail

setName

AddSubtaskType setName(String name)

setDescription

AddSubtaskType setDescription(String description)

setIconUrl

@Deprecated
AddSubtaskType setIconUrl(String iconUrl)
Deprecated. there is no such functionality in addsubtask type dialog


getIconUrl

@Deprecated
String getIconUrl()
Deprecated. there is no such functionality in addsubtask type dialog


openIconPickerPopup

@Deprecated
IconPicker.IconPickerPopup openIconPickerPopup()
Deprecated. there is no such functionality in addsubtask type dialog


submitSuccess

ManageSubtasksPage submitSuccess()

submitFail

AddSubtaskType submitFail()

submitFail

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

submit

<P> P submit(Class<P> klazz)

getErrors

Map<String,String> getErrors()

cancel

ManageSubtasksPage cancel()


Copyright © 2002-2014 Atlassian. All Rights Reserved.