public class NotifRelease extends BasePOJO
Constructor and Description |
---|
NotifRelease(RelDefinitionDataObject pDataObject)
Creates an instance of this object with the given state information.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCreatedBy()
Returns the user who created the release.
|
java.lang.String |
getCreatedByFullName()
Returns the full name of the user who created the release.
|
java.lang.String |
getCreatedByUserAndFullName()
Returns the username(full name) of the user who created the release.
|
java.sql.Timestamp |
getCreatedOn()
Returns the date and time of when the release was created.
|
java.lang.String |
getDescription()
Returns the optional description for the release.
|
java.lang.Long |
getId()
Returns the internal identifier of the release.
|
java.lang.String |
getName()
Returns the name of the release.
|
java.util.List<NotifReleaseProperty> |
getProperties()
Returns the list of properties for the release.
|
NotifReleaseProperty |
getProperty(java.lang.String pCode)
Returns the named properties for the release.
|
java.util.List<NotifReleaseProject> |
getReleaseProjects()
Returns the list of projects/packages in the release.
|
java.sql.Timestamp |
getStartDate()
Returns the date and time of when the release was last started.
|
java.lang.String |
getUpdatedBy()
Returns the user who last updated the release.
|
java.sql.Timestamp |
getUpdatedOn()
Returns the date and time of when the release was last updated.
|
java.lang.String |
getUrlPath()
Returns the FlexDeploy UI relative URL for the release page, which can be used to provide hyperlinks.
|
public NotifRelease(RelDefinitionDataObject pDataObject)
pDataObject
- The release data.public java.lang.Long getId()
public java.lang.String getName()
public java.lang.String getDescription()
public java.sql.Timestamp getCreatedOn()
public java.lang.String getCreatedBy()
public java.lang.String getCreatedByFullName()
public java.lang.String getCreatedByUserAndFullName()
public java.sql.Timestamp getUpdatedOn()
public java.lang.String getUpdatedBy()
public java.sql.Timestamp getStartDate()
public java.util.List<NotifReleaseProject> getReleaseProjects() throws java.sql.SQLException
java.sql.SQLException
- If the information cannot be retrieved from the database.public java.util.List<NotifReleaseProperty> getProperties() throws java.sql.SQLException
java.sql.SQLException
- If the information cannot be retrieved from the database.public NotifReleaseProperty getProperty(java.lang.String pCode) throws java.sql.SQLException
java.sql.SQLException
- If the information cannot be retrieved from the database.public java.lang.String getUrlPath()