Class NotifFileState
java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model2.notification.pojos.NotifFileState
- All Implemented Interfaces:
Serializable
Represents the state of a file deployed to an environment within a FlexDeploy package for a
Partial Deployment project. For use within Notification Templates.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotifFileState(String pExecutionStatus, String pEndpointName) Create an instance of this object from the information stored in the database. -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the endpoint the file was deployed to.Returns the execution status of the file.
-
Constructor Details
-
NotifFileState
Create an instance of this object from the information stored in the database.- Parameters:
pExecutionStatus- The deployment status for the file.pEndpointName- The name of the endpoint the file was deployed to.
-
-
Method Details
-
getExecutionStatus
Returns the execution status of the file.- Returns:
- The execution status of the file.
-
getEndpointName
Returns the name of the endpoint the file was deployed to.- Returns:
- The name of the endpoint the file was deployed to.
-