public class NotifReleaseProject extends BasePOJO
Constructor and Description |
---|
NotifReleaseProject(RelProjectDataObject pDataObject)
Creates an instance of this object with the given state information.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getDeployPriority()
Returns the deploy priority for the release project.
|
java.lang.String |
getGroupNames()
Returns the optional groups selected on the release project (as a comma separated list).
|
java.util.List<java.lang.String> |
getGroupNamesAsList()
Returns the optional groups selected on the release project.
|
java.lang.Long |
getId()
Returns the internal identifier of the release project.
|
java.lang.String |
getName()
Returns the project name of the release project.
|
java.util.List<NotifPackageFile> |
getPackageFiles()
Returns the list of files within the package for the release project.
|
java.lang.String |
getPackageName()
Returns the package name for the release project.
|
NotifStream |
getStream()
Returns the stream selected for the release project.
|
boolean |
isPartialDeployment()
Returns whether the release project is a partial deployment project.
|
public NotifReleaseProject(RelProjectDataObject pDataObject)
pDataObject
- The release project data.public java.lang.Long getId()
public java.lang.String getName()
public NotifStream getStream() throws java.sql.SQLException
java.sql.SQLException
public java.util.List<NotifPackageFile> getPackageFiles() throws java.sql.SQLException
java.sql.SQLException
public java.lang.String getPackageName()
public boolean isPartialDeployment()
public java.lang.Integer getDeployPriority()
public java.lang.String getGroupNames() throws java.sql.SQLException
java.sql.SQLException
public java.util.List<java.lang.String> getGroupNamesAsList() throws java.sql.SQLException
java.sql.SQLException