Class Action
- All Implemented Interfaces:
Serializable
- Version:
- $Revision$ $Date$
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
action
-
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
-
Action
public Action()
-
-
Method Details
-
getAction
-
getDev
GetName 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
-
setDev
SetName 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.
-