Modifier and Type | Class and Description |
---|---|
class |
MockOption |
Modifier and Type | Method and Description |
---|---|
Iterable<? extends SimpleOption<?>> |
OptionsService.SetOptionParams.options() |
Modifier and Type | Method and Description |
---|---|
OptionsService.SetOptionParams |
OptionsService.SetOptionParams.option(SimpleOption<?>... options)
The options to set.
|
Modifier and Type | Method and Description |
---|---|
OptionsService.SetOptionParams |
OptionsService.SetOptionParams.option(Iterable<? extends SimpleOption<?>> options)
The options to set.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SimpleOption<T extends SimpleOption<T>>
Represents the basic properties of a custom field option in JIRA.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Option
should merge with the field.option.Option
|
Modifier and Type | Class and Description |
---|---|
class |
LazyLoadedOption |
class |
MockSimpleOption |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Function<SimpleOption<?>,MockSimpleOption> |
MockSimpleOption.toMock() |
Constructor and Description |
---|
MockSimpleOption(SimpleOption<?> option) |
Modifier and Type | Class and Description |
---|---|
static class |
CustomFieldOptionsResource.Option |
Copyright © 2002-2021 Atlassian. All Rights Reserved.