public interface AddSubtaskType
Modifier and Type | Method and Description |
---|---|
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() |
AddSubtaskType setName(String name)
AddSubtaskType setDescription(String description)
@Deprecated AddSubtaskType setIconUrl(String iconUrl)
@Deprecated String getIconUrl()
@Deprecated IconPicker.IconPickerPopup openIconPickerPopup()
ManageSubtasksPage submitSuccess()
AddSubtaskType submitFail()
<P> P submit(Class<P> klazz)
ManageSubtasksPage cancel()
Copyright © 2002-2019 Atlassian. All Rights Reserved.