Class AbstractRelease

java.lang.Object
org.apache.maven.plugins.changes.model.AbstractRelease
Direct Known Subclasses:
Release

public abstract class AbstractRelease extends Object
Abstract calls with helper methods for Release
  • Constructor Details

    • AbstractRelease

      public AbstractRelease()
  • Method Details

    • getActions

      public abstract List<Action> getActions()
    • getActions

      public List<Action> getActions(String type)
      Retrieve action list by given type
      Parameters:
      type - action type
      Returns:
      an action list
    • addComponent

      public void addComponent(String name, Release release)
    • getComponents

      public List<Component> getComponents()