public class NotifSnapshotVersion extends BasePOJO
Constructor and Description |
---|
NotifSnapshotVersion(RelSnapshotVersionDataObject 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 snapshot version.
|
java.lang.String |
getCreatedByFullName()
Returns the full name of the user who created the release snapshot version.
|
java.lang.String |
getCreatedByUserAndFullName()
Returns the username(full name) of the user who created the release snapshot version.
|
java.sql.Timestamp |
getCreatedOn()
Returns the date and time of when the release snapshot version was created.
|
boolean |
getDuplicateFilesFlag()
Whether this snapshot version has duplicate files with another snapshot version in the same
snapshot.
|
java.lang.String |
getErrorMessage()
Returns the error message for the snapshot version if the status is FAILED.
|
java.lang.String |
getPackageName()
Returns the name of the package for the snapshot version.
|
java.lang.Long |
getProjectId()
Returns the internal identifier of the project for the snapshot version.
|
java.lang.String |
getProjectName()
Returns the name of the project for the snapshot version.
|
NotifProjectVersion |
getProjectVersion()
Returns the project version tied to this snapshot version.
|
java.lang.String |
getStatus()
Returns the status of the release snapshot version (PENDING, COMPLETED, FAILED, EXISTING).
|
NotifStream |
getStream()
Returns the stream associated with the snapshot version.
|
boolean |
isPartialDeployment()
Returns whether the snapshot version project is a partial deployment project.
|
boolean |
isRequestAllFiles()
Returns whether "all files" is selected for the project in the snapshot version.
|
public NotifSnapshotVersion(RelSnapshotVersionDataObject pDataObject)
pDataObject
- The release snapshot version data.public java.lang.Long getProjectId()
public java.lang.String getProjectName()
public boolean isPartialDeployment()
public NotifStream getStream() throws java.sql.SQLException
java.sql.SQLException
public java.lang.String getPackageName()
public boolean isRequestAllFiles()
public java.lang.String getStatus()
public java.sql.Timestamp getCreatedOn()
public java.lang.String getCreatedBy()
public java.lang.String getCreatedByFullName()
public java.lang.String getCreatedByUserAndFullName()
public NotifProjectVersion getProjectVersion() throws java.sql.SQLException
java.sql.SQLException
public boolean getDuplicateFilesFlag()
public java.lang.String getErrorMessage()