public interface WarningCollection
| Modifier and Type | Method and Description |
|---|---|
void |
addWarning(String warningMessage)
Add a warning to the collection
|
void |
addWarnings(WarningCollection warningCollection)
Add a collection of warnings
|
Collection<String> |
getWarnings()
Retrieve all the warnings
|
boolean |
hasAnyWarnings() |
void addWarning(String warningMessage)
Add a warning to the collection
warningMessage - to be addedvoid addWarnings(WarningCollection warningCollection)
Add a collection of warnings
warningCollection - a collection of warningsCollection<String> getWarnings()
Retrieve all the warnings
boolean hasAnyWarnings()
Copyright © 2002-2022 Atlassian. All Rights Reserved.