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 Link icon

    • AbstractRelease Link icon

      public AbstractRelease()
  • Method Details Link icon

    • getActions Link icon

      public abstract List<Action> getActions()
    • getActions Link icon

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

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

      public List<Component> getComponents()