public interface AddIssueTypeAction
Modifier and Type | Method and Description |
---|---|
String |
getCancelUrl()
The URL used for cancelling the form.
|
String |
getDescription()
Get the description of the issue type.
|
List<Pair<String,Object>> |
getHiddenFields()
Return a list of {name, value} pairs to be added to the form as hidden fields.
|
String |
getIconurl()
Deprecated.
|
ManageableOptionType |
getManageableOption() |
String |
getName()
Get the name of the issue type.
|
String |
getStyle()
Get the style (i.e.
|
String |
getSubmitUrl()
Return the URL used for form submission.
|
void |
setDescription(String description)
Set the description of the issue type.
|
void |
setIconurl(String iconUrl)
Deprecated.
|
void |
setName(String name)
Set the name of the issue type.
|
void |
setStyle(String style)
Set the style (i.e.
|
@Deprecated String getIconurl()
@Deprecated void setIconurl(String iconUrl)
iconUrl
- the icon URL for the issue type.String getStyle()
void setStyle(String style)
style
- the style (i.e. subtask) of the issue type.String getSubmitUrl()
String getCancelUrl()
String getName()
void setName(String name)
name
- the name of the issue type.String getDescription()
void setDescription(String description)
description
- the description of the issue type.List<Pair<String,Object>> getHiddenFields()
ManageableOptionType getManageableOption()
Copyright © 2002-2024 Atlassian. All Rights Reserved.