Class DeploymentVersionDto

java.lang.Object
com.atlassian.bamboo.deployments.versions.persistence.DeploymentVersionDto

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

    • DeploymentVersionDto

      public DeploymentVersionDto()
  • Method Details

    • getId

      public long getId()
    • getName

      public String getName()
    • getCreationDate

      public Date getCreationDate()
    • getCreatorUserName

      public String getCreatorUserName()
    • getItems

    • getAgeZeroPoint

      public Date getAgeZeroPoint()
    • getPlanBranchName

      public String getPlanBranchName()
    • getDeploymentProjectId

      public long getDeploymentProjectId()