Class DeploymentVersionDto


  • public class DeploymentVersionDto
    extends Object
    Contains the data needed from the database to build an immutable DeploymentVersion. Only used for dashboard.
    • Constructor Detail

      • DeploymentVersionDto

        public DeploymentVersionDto()
    • Method Detail

      • getId

        public long getId()
      • getName

        public String getName()
      • getCreationDate

        public Date getCreationDate()
      • getCreatorUserName

        public String getCreatorUserName()
      • getAgeZeroPoint

        public Date getAgeZeroPoint()
      • getPlanBranchName

        public String getPlanBranchName()
      • getDeploymentProjectId

        public long getDeploymentProjectId()