Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make interface WarningTypeCommandDescriptionProvider and related enums API #405

Commits on Mar 8, 2019

  1. Make WarningTypeCommandDescriptionProvider API

    Currently, this interface is not exported. It should be imported,
    because it is intended to be implemented by providers in other bundles.
    
    Signed-off-by: Henning Sudbrock <henning.sudbrock@telekom.de>
    hsudbrock committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    b20a9ab View commit details
    Browse the repository at this point in the history
  2. Make WarningType and WarningMode API

    The reason for making those API is to allow implementors of
    WarningTypeCommandDescriptionProviders to use them to construct warning
    types in a type-safe way.
    
    Signed-off-by: Henning Sudbrock <henning.sudbrock@telekom.de>
    hsudbrock committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    890570f View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2019

  1. Configuration menu
    Copy the full SHA
    94985b0 View commit details
    Browse the repository at this point in the history