Package | Description |
---|---|
com.almworks.jira.structure.api.effect |
Modifier and Type | Class and Description |
---|---|
static class |
EffectResponse.Empty
Represents an empty response, which means that the requested change
is possible, but not required.
|
static class |
EffectResponse.Error
Represents an error response, which means that the requested change
is impossible.
|
static class |
EffectResponse.Valid
Represents a valid response, which means that the requested change
is both needed and possible.
|
Modifier and Type | Method and Description |
---|---|
static EffectResponse |
EffectResponse.empty(I18nText description,
List<ItemIdentity> affectedItems)
Constructs an empty response, which means that the requested change
is possible, but not required.
|
static EffectResponse |
EffectResponse.error(I18nText error,
I18nText description,
List<ItemIdentity> affectedItems)
Constructs an error response, which means that the requested change
is impossible.
|
EffectResponse |
EffectProvider.resolve(StoredEffect effect)
Converts an effect description to an actual effect implementation,
if possible.
|
static EffectResponse |
EffectResponse.valid(Effect effect,
I18nText successMessage,
I18nText description,
List<ItemIdentity> affectedItems)
Constructs a valid response, which means that the requested change
is both needed and possible.
|
Copyright © 2024 Tempo Software. All Rights Reserved.