Class ProjectOption
java.lang.Object
com.atlassian.jira.issue.fields.option.AbstractOption
com.atlassian.jira.issue.fields.option.ProjectOption
- All Implemented Interfaces:
Option
,Comparable
-
Constructor Summary
ConstructorsConstructorDescriptionProjectOption
(Project project) ProjectOption
(Project project, List childOptions) -
Method Summary
Modifier and TypeMethodDescriptionReturns a list of dependent child options.getId()
getName()
static List<ProjectOption>
Methods inherited from class com.atlassian.jira.issue.fields.option.AbstractOption
compareTo, equals, getCssClass, getImagePath, getImagePathHtml, hashCode
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.jira.issue.fields.option.Option
getCssClass, getImagePath, getImagePathHtml
-
Constructor Details
-
ProjectOption
-
ProjectOption
-
-
Method Details
-
getId
-
getName
-
getDescription
- Specified by:
getDescription
in interfaceOption
-
getChildOptions
Description copied from interface:Option
Returns a list of dependent child options. Returns empty list if no children- Specified by:
getChildOptions
in interfaceOption
- Overrides:
getChildOptions
in classAbstractOption
- Returns:
- List of
Option
objects. (empty list if no children)
-
transform
-