public class NotifProjectState extends BasePOJO
Constructor and Description |
---|
NotifProjectState(java.lang.Long pProjectId,
java.lang.String pNewVersionName,
java.lang.String pInstanceName,
java.lang.String pPackageName,
java.lang.String pObjectPath,
java.lang.String pCurrentVersionName,
java.lang.String pDeployedBy,
java.sql.Timestamp pDeployedOn,
java.lang.String pSubComponentType,
java.lang.String pSubComponentName,
java.lang.String pDestructive)
Creates an instance of this object with the given state information.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCurrentVersionName()
Returns the name of the version which is currently deployed (e.g.
|
java.lang.String |
getDeployedBy()
Returns the user who deployed the current version of the file.
|
java.lang.String |
getDeployedOn()
Returns the formatted date and time the current version of the file was deployed (e.g.
|
java.lang.String |
getDestructive()
Returns the destructive flag if the object is marked for deletion.
|
java.lang.Long |
getId()
Returns the internal identifier of the project.
|
java.lang.String |
getInstanceName()
Returns the instance name the file is being deployed to.
|
java.lang.String |
getName()
Returns the name of the project.
|
java.lang.String |
getNewVersionName()
Returns the new version name being deployed (e.g.
|
java.lang.String |
getObjectPath()
Returns the path of the package file.
|
java.lang.String |
getPackageName()
Returns the package name the current version was deployed from.
|
java.lang.String |
getSubComponentName()
Returns the subcomponent name for the object(Only apply for Salesforce).
|
java.lang.String |
getSubComponentType()
Returns the subcomponent type for the object(Only apply for Salesforce).
|
public NotifProjectState(java.lang.Long pProjectId, java.lang.String pNewVersionName, java.lang.String pInstanceName, java.lang.String pPackageName, java.lang.String pObjectPath, java.lang.String pCurrentVersionName, java.lang.String pDeployedBy, java.sql.Timestamp pDeployedOn, java.lang.String pSubComponentType, java.lang.String pSubComponentName, java.lang.String pDestructive)
pProjectId
- The internal identifier of the project.pNewVersionName
- The new version name of the file being deployed.pInstanceName
- The name of the instance the file is being deployed to.pPackageName
- The name of the package the current version was deployed frompObjectPath
- The path to the file being deployed.pCurrentVersionName
- The name of the version which is currently deployed.pDeployedBy
- Who deployed the current version of the file.pDeployedOn
- When the current version of the file was deployed.public java.lang.Long getId()
public java.lang.String getName()
public java.lang.String getNewVersionName()
public java.lang.String getInstanceName()
public java.lang.String getPackageName()
public java.lang.String getObjectPath()
public java.lang.String getCurrentVersionName()
public java.lang.String getDeployedBy()
public java.lang.String getDeployedOn()
public java.lang.String getSubComponentType()
public java.lang.String getSubComponentName()
public java.lang.String getDestructive()