Class NotifFileState

java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model2.notification.pojos.NotifFileState
All Implemented Interfaces:
Serializable

public class NotifFileState extends BasePOJO
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 Details

    • NotifFileState

      public NotifFileState(String pExecutionStatus, String pEndpointName)
      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

      public String getExecutionStatus()
      Returns the execution status of the file.
      Returns:
      The execution status of the file.
    • getEndpointName

      public String getEndpointName()
      Returns the name of the endpoint the file was deployed to.
      Returns:
      The name of the endpoint the file was deployed to.