|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.plugins.changes.model.Action
public class Action
A single action done on the project, during this release.
Constructor Summary | |
---|---|
Action()
|
Method Summary | |
---|---|
void |
addDueTo(DueTo dueTo)
Method addDueTo. |
void |
addFixedIssue(FixedIssue fixedIssue)
Method addFixedIssue. |
String |
getAction()
Get a short description of the action taken. |
String |
getDate()
Get fix date. |
String |
getDev()
Get name of developer who committed the change. |
String |
getDueTo()
Get name of the person to be credited for this change. |
String |
getDueToEmail()
Get email of the person to be credited for this change. |
List<DueTo> |
getDueTos()
Method getDueTos. |
List<FixedIssue> |
getFixedIssues()
Method getFixedIssues. |
String |
getIssue()
Get id of the issue related to this change. |
String |
getSystem()
Get id of issue tracking system. |
String |
getType()
Get supported action types are the following: add: added functionnality to the project. |
void |
removeDueTo(DueTo dueTo)
Method removeDueTo. |
void |
removeFixedIssue(FixedIssue fixedIssue)
Method removeFixedIssue. |
void |
setAction(String action)
Set a short description of the action taken. |
void |
setDate(String date)
Set fix date. |
void |
setDev(String dev)
Set name of developer who committed the change. |
void |
setDueTo(String dueTo)
Set name of the person to be credited for this change. |
void |
setDueToEmail(String dueToEmail)
Set email of the person to be credited for this change. |
void |
setDueTos(List<DueTo> dueTos)
Set a list of contributors for this issue. |
void |
setFixedIssues(List<FixedIssue> fixedIssues)
Set a list of fix issues. |
void |
setIssue(String issue)
Set id of the issue related to this change. |
void |
setSystem(String system)
Set id of issue tracking system. |
void |
setType(String type)
Set supported action types are the following: add: added functionnality to the project. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Action()
Method Detail |
---|
public void addDueTo(DueTo dueTo)
dueTo
- public void addFixedIssue(FixedIssue fixedIssue)
fixedIssue
- public String getAction()
public String getDate()
public String getDev()
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.
public String getDueTo()
public String getDueToEmail()
public List<DueTo> getDueTos()
public List<FixedIssue> getFixedIssues()
public String getIssue()
The Changes plugin will generate a URL out of this id. The URL is constructed using the value of the issueLinkTemplate parameter.
See the changes-report mojo for more details.
public String getSystem()
The Changes plugin will generate a URL out of this id. The URL is constructed using the value of the issueLinkTemplatePerSystem parameter.
See the changes-report mojo for more details.
public String getType()
public void removeDueTo(DueTo dueTo)
dueTo
- public void removeFixedIssue(FixedIssue fixedIssue)
fixedIssue
- public void setAction(String action)
action
- public void setDate(String date)
date
- public void setDev(String dev)
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.
dev
- public void setDueTo(String dueTo)
dueTo
- public void setDueToEmail(String dueToEmail)
dueToEmail
- public void setDueTos(List<DueTo> dueTos)
dueTos
- public void setFixedIssues(List<FixedIssue> fixedIssues)
fixedIssues
- public void setIssue(String issue)
The Changes plugin will generate a URL out of this id. The URL is constructed using the value of the issueLinkTemplate parameter.
See the changes-report mojo for more details.
issue
- public void setSystem(String system)
The Changes plugin will generate a URL out of this id. The URL is constructed using the value of the issueLinkTemplatePerSystem parameter.
See the changes-report mojo for more details.
system
- public void setType(String type)
type
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |