Interface ReleaseProvider


public interface ReleaseProvider
This interface is used to implement plugins that provide a complete list of the known releases. It should be used to extend a class that implements the RequirementsTagProvider interface.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
    Some release providers can be deactivated via system properties.
  • Method Details

    • getReleases

      List<Release> getReleases()
      Returns:
      a full tree-structure of known releases.
    • isActive

      boolean isActive()
      Some release providers can be deactivated via system properties.
      Returns:
      Is this provider currently activated