Class ReleaseSoapDO
java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
com.collabnet.ce.soap60.webservices.cemain.FolderSoapDO
com.collabnet.ce.soap60.webservices.frs.ReleaseSoapDO
This class represents the data associated with an FRS release.
Change History
Release: 20.1
- Added constant for 'obsolete' status'
Release: 4.4
- Added 'downloaded'
- Since:
- 4.1
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Returns 'downloaded'.Returns 'maturity'.Returns 'status'.static void
registerTypeMappings
(org.apache.axis.client.Call call) void
setDownloaded
(int downloaded) Sets 'downloaded'.void
setMaturity
(String maturity) Sets 'maturity'.void
Sets 'status'.Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.FolderSoapDO
getDescription, getParentFolderId, getPath, getProjectId, getTitle, setDescription, setParentFolderId, setPath, setProjectId, setTitle
Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersion
-
Field Details
-
STATUS_ACTIVE
- See Also:
-
STATUS_PENDING
- See Also:
-
STATUS_OBSOLETE
- See Also:
-
MATURITY_PROTOTYPE
- See Also:
-
MATURITY_DEVELOPMENT_BUILD
- See Also:
-
MATURITY_ALPHA
- See Also:
-
MATURITY_BETA
- See Also:
-
MATURITY_EARLY_ACCESS
- See Also:
-
MATURITY_PRE_GENERAL_AVAILABILITY
- See Also:
-
MATURITY_GENERAL_AVAILABILITY
- See Also:
-
MATURITY_STABLE
- See Also:
-
MATURITY_OBSOLETE
- See Also:
-
-
Constructor Details
-
ReleaseSoapDO
public ReleaseSoapDO()
-
-
Method Details
-
getStatus
Returns 'status'. Release status: STATUS_ACTIVE, STATUS_PENDING or STATUS_OBSOLETE.- Returns:
- Value of 'status'.
-
setStatus
Sets 'status'. Release status: STATUS_ACTIVE, STATUS_PENDING or STATUS_OBSOLETE.- Parameters:
status
- Value of 'status'.
-
getMaturity
Returns 'maturity'. Release maturity (customizable field).- Returns:
- Value of 'maturity'.
-
setMaturity
Sets 'maturity'. Release maturity (customizable field).- Parameters:
maturity
- Value of 'maturity'.
-
getDownloaded
public int getDownloaded()Returns 'downloaded'. The download count for this release.- Returns:
- Value of 'downloaded'.
-
setDownloaded
public void setDownloaded(int downloaded) Sets 'downloaded'. The download count for this release.- Parameters:
downloaded
- Value of 'downloaded'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-