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, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.jira.issue.fields.option.Option
getCssClass, getImagePath, getImagePathHtml
-
Constructor Details
-
ProjectOption
-
ProjectOption
-
-
Method Details
-
getId
-
getName
-
getDescription
- Specified by:
getDescriptionin interfaceOption
-
getChildOptions
Description copied from interface:OptionReturns a list of dependent child options. Returns empty list if no children- Specified by:
getChildOptionsin interfaceOption- Overrides:
getChildOptionsin classAbstractOption- Returns:
- List of
Optionobjects. (empty list if no children)
-
transform
-