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 immutableDeploymentVersion
. Only used for dashboard.
-
-
Constructor Summary
Constructors Constructor Description DeploymentVersionDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getAgeZeroPoint()
Date
getCreationDate()
String
getCreatorUserName()
long
getDeploymentProjectId()
long
getId()
List<ArtifactDeploymentVersionItemDto>
getItems()
String
getName()
String
getPlanBranchName()
-
-
-
Method Detail
-
getId
public long getId()
-
getName
public String getName()
-
getCreationDate
public Date getCreationDate()
-
getCreatorUserName
public String getCreatorUserName()
-
getItems
public List<ArtifactDeploymentVersionItemDto> getItems()
-
getAgeZeroPoint
public Date getAgeZeroPoint()
-
getPlanBranchName
public String getPlanBranchName()
-
getDeploymentProjectId
public long getDeploymentProjectId()
-
-