org.apache.maven.plugin.changes
Class Release
java.lang.Object
org.apache.maven.plugin.changes.Release
- public class Release
- extends Object
A release in a changes.xml file.
- Version:
- $Id: Release.html 816584 2012-05-08 12:33:35Z hboutemy $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ADD_ACTION
public static final String ADD_ACTION
- See Also:
- Constant Field Values
FIX_ACTION
public static final String FIX_ACTION
- See Also:
- Constant Field Values
UPDATE_ACTION
public static final String UPDATE_ACTION
- See Also:
- Constant Field Values
REMOVE_ACTION
public static final String REMOVE_ACTION
- See Also:
- Constant Field Values
Release
public Release()
setAction
public void setAction(List action)
getAction
public List getAction()
addAction
public void addAction(Action act)
setDateRelease
public void setDateRelease(String dateRelease)
getDateRelease
public String getDateRelease()
setDescription
public void setDescription(String description)
getDescription
public String getDescription()
setVersion
public void setVersion(String version)
getVersion
public String getVersion()
getActions
public List getActions(String actionType)
- Returns the actions for the specified type.
- Parameters:
actionType
- the action type
- Returns:
- the actions with the specified type
Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.