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