Class OptionsService.SetOptionParams
java.lang.Object
com.atlassian.jira.issue.customfields.manager.OptionsService.SetOptionParams
- Enclosing interface:
- OptionsService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncustomField(CustomField customField, IssueContext context) TheCustomFieldto perform the operation on.fieldConfig(FieldConfig config) The FieldConfig to change.option(SimpleOption<?>... options) The options to set.option(Iterable<? extends SimpleOption<?>> options) The options to set.Iterable<? extends SimpleOption<?>>options()user()user(ApplicationUser user) The user performing the operation.voidvalidate()
-
Constructor Details
-
SetOptionParams
public SetOptionParams()
-
-
Method Details
-
fieldConfig
-
fieldConfig
The FieldConfig to change.- Returns:
- this.
-
customField
-
customField
TheCustomFieldto perform the operation on. TheIssueContextindicates which context the perform the change on.- Returns:
- this.
-
issueContext
-
options
-
option
The options to set.- Parameters:
options- the options to set.- Returns:
- this.
-
option
The options to set.- Parameters:
options- the options to set.- Returns:
- this.
-
user
-
user
The user performing the operation.- Parameters:
user- the user performing the operation.- Returns:
- this.
-
validate
public void validate()
-