public class Release extends Object implements Serializable
Constructor and Description |
---|
Release() |
Modifier and Type | Method and Description |
---|---|
void |
addAction(Action action)
Method addAction.
|
void |
addComponent(String name,
Release release) |
List |
getActions()
Method getActions.
|
List |
getActions(String type) |
List |
getComponents() |
String |
getDateRelease()
Get
|
String |
getDescription()
Get a short description of this release.
|
String |
getVersion()
Get the version number associated with this release.
|
void |
removeAction(Action action)
Method removeAction.
|
void |
setActions(List actions)
Set the list of actions taken for this release.
|
void |
setDateRelease(String dateRelease)
Set
|
void |
setDescription(String description)
Set a short description of this release.
|
void |
setVersion(String version)
Set the version number associated with this release.
|
public void addAction(Action action)
action
- public List getActions()
public String getDateRelease()
The date of this release.
This field can be any String, such as "in SVN" when the version isn't yet released.
public String getDescription()
public String getVersion()
public void removeAction(Action action)
action
- public void setActions(List actions)
actions
- public void setDateRelease(String dateRelease)
The date of this release.
This field can be any String, such as "in SVN" when the version isn't yet released.
dateRelease
- public void setDescription(String description)
description
- public void setVersion(String version)
version
- public List getComponents()
Copyright © 2002-2017 The Apache Software Foundation. All Rights Reserved.