| Constructor and Description |
|---|
DeploymentVersionStatusImpl(MutableDeploymentVersionStatus versionStatus,
@Nullable String displayName,
@Nullable String gravatarUrl) |
| Modifier and Type | Method and Description |
|---|---|
protected @NotNull MutableDeploymentVersionStatus |
DeploymentVersionStatusMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DeploymentVersionStatusMapper.exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement,
@NotNull MutableDeploymentVersionStatus deploymentVersionStatus,
@NotNull org.hibernate.Session session,
ExportDetailsBean exportDetailsBean) |
protected void |
DeploymentVersionStatusMapper.importProperties(@NotNull MutableDeploymentVersionStatus deploymentVersionStatus,
@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor,
@NotNull org.hibernate.Session session) |
| Modifier and Type | Class and Description |
|---|---|
class |
MutableDeploymentVersionStatusImpl
CreationDate property implemented via inheritance from BambooEntityObject
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull MutableDeploymentVersionStatus |
DeploymentVersionDaoImpl.createNewVersionStatus(long deploymentVersionId,
DeploymentVersionState state,
@NotNull String userName) |
@NotNull MutableDeploymentVersionStatus |
DeploymentVersionDao.createNewVersionStatus(long deploymentVersionId,
DeploymentVersionState state,
@NotNull String userName)
Creates a new vesion status for the given deployment version.
|
@Nullable MutableDeploymentVersionStatus |
DeploymentVersionDaoImpl.getLatestVersionStatus(long deploymentVersionId) |
MutableDeploymentVersionStatus |
DeploymentVersionDao.getLatestVersionStatus(long deploymentVersionId)
Retrieves deployment version status.
|
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.