public class NotifProject extends BasePOJO
Constructor and Description |
---|
NotifProject(CachedProjectSummary pCachedProjectSummary,
NotifFolder pParent)
Create an instance of this object from the information stored in the database.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getActive()
Returns whether this Project is active.
|
java.lang.Long |
getId()
Returns the internal identifier of the Project.
|
java.lang.String |
getName()
Returns the name of the Project.
|
java.lang.String |
getPackageBuildType()
Returns the package build type configured for this project (ALL, PACKAGE, BOTH).
|
NotifFolder |
getParent()
Returns the parent Folder for this project, which represents the project's Application.
|
java.lang.String |
getPath()
Returns the qualified path of this Project (e.g.
|
java.lang.String |
getProjectType()
Returns the type of this project.
|
java.lang.String |
getScmType()
Returns the name of SCM type configured for this project (SVN, GIT, CVS, TFVC, PERF, PVCS, FILE, OIC, NONE).
|
java.lang.String |
getUrlPath()
Returns the FlexDeploy UI relative URL for the projects page, which can be used to provide hyperlinks.
|
boolean |
isContainerProject()
Returns whether this project is a Container project.
|
boolean |
isPartialDeployment()
Returns whether this project is a Partial Deployment project.
|
public NotifProject(CachedProjectSummary pCachedProjectSummary, NotifFolder pParent)
pCachedProjectSummary
- The data from the database.pParent
- The parent folder.public java.lang.Long getId()
public java.lang.String getName()
public boolean isPartialDeployment()
public boolean isContainerProject()
public java.lang.String getPath()
public NotifFolder getParent()
public java.lang.String getUrlPath()
public boolean getActive()
public java.lang.String getProjectType()
public java.lang.String getScmType()
public java.lang.String getPackageBuildType()