Class SimpleWarningCollection

java.lang.Object
com.atlassian.jira.util.SimpleWarningCollection
All Implemented Interfaces:
WarningCollection, Serializable

public class SimpleWarningCollection extends Object implements WarningCollection, Serializable
A simple implementation of the warning collection interface
Since:
v7.0.0
See Also:
  • Constructor Details

    • SimpleWarningCollection

      public SimpleWarningCollection()
      Creates an empty warning collection.
    • SimpleWarningCollection

      public SimpleWarningCollection(@Nonnull WarningCollection warningsCollection)
      Copies warnings from an existing warning collection.
      Parameters:
      warningsCollection - the original collection to copy.
      Since:
      v7.1.8
  • Method Details