Class Action

java.lang.Object
org.codehaus.modello.test.features.Action
All Implemented Interfaces:
Serializable

public class Action extends Object implements Serializable
A single action done on the project, during this release.
Version:
$Revision$ $Date$
See Also:
  • Field Details

    • action

      private String action
      A short description of the action taken.
    • dev

      private String dev

      Name of developer who committed the change.

      This can be either the id of the developer, as specified in the developers section of the pom.xml file, or the name of the developer. If you generate a changes report and specify the id of the developer, a link is created to that developer in the team-list.html page.

  • Constructor Details

  • Method Details

    • getAction

      public String getAction()
      Get a short description of the action taken.
      Returns:
      String
    • getDev

      public String getDev()
      Get

      Name of developer who committed the change.

      This can be either the id of the developer, as specified in the developers section of the pom.xml file, or the name of the developer. If you generate a changes report and specify the id of the developer, a link is created to that developer in the team-list.html page.

      Returns:
      String
    • setAction

      public void setAction(String action)
      Set a short description of the action taken.
      Parameters:
      action - a action object.
    • setDev

      public void setDev(String dev)
      Set

      Name of developer who committed the change.

      This can be either the id of the developer, as specified in the developers section of the pom.xml file, or the name of the developer. If you generate a changes report and specify the id of the developer, a link is created to that developer in the team-list.html page.

      Parameters:
      dev - a dev object.