Package | Description |
---|---|
com.atlassian.jira.bc | |
com.atlassian.jira.rest.api.util | |
com.atlassian.jira.rest.util | |
com.atlassian.jira.util |
Modifier and Type | Method and Description |
---|---|
WarningCollection |
ServiceResultImpl.getWarningCollection() |
WarningCollection |
ServiceResult.getWarningCollection() |
Constructor and Description |
---|
ServiceResultImpl(ErrorCollection errorCollection,
WarningCollection warningCollection) |
Modifier and Type | Method and Description |
---|---|
WarningCollection |
WarningCollection.addWarningCollection(WarningCollection warningCollection)
Adds all the warning messages that are in the given warning collection to this warning collection.
|
static WarningCollection |
WarningCollection.of(WarningCollection warningCollection)
Returns a new
WarningCollection containing all the warnings contained in the input warning collection. |
Modifier and Type | Method and Description |
---|---|
WarningCollection |
UpdateUserApplicationHelper.ApplicationUpdateResult.getWarningCollection() |
Constructor and Description |
---|
ApplicationUpdateResult(ApplicationUser applicationUser,
ErrorCollection errorCollection,
WarningCollection warningCollection) |
Modifier and Type | Class and Description |
---|---|
class |
SimpleWarningCollection
A simple implementation of the warning collection interface
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleWarningCollection.addWarnings(WarningCollection warningCollection) |
void |
WarningCollection.addWarnings(WarningCollection warningCollection)
Add a collection of warnings
|
Constructor and Description |
---|
SimpleWarningCollection(WarningCollection warningsCollection)
Copies warnings from an existing warning collection.
|
Copyright © 2002-2019 Atlassian. All Rights Reserved.