Uses of Interface
com.atlassian.bamboo.deployments.versions.persistence.MutableDeploymentVersionStatus
Package
Description
-
Uses of MutableDeploymentVersionStatus in com.atlassian.bamboo.deployments.versions
ModifierConstructorDescriptionDeploymentVersionStatusImpl
(MutableDeploymentVersionStatus versionStatus, @Nullable String displayName) -
Uses of MutableDeploymentVersionStatus in com.atlassian.bamboo.deployments.versions.migration.stream
Modifier and TypeMethodDescriptionprotected @NotNull MutableDeploymentVersionStatus
DeploymentVersionStatusMapper.createItemInstance
(org.codehaus.staxmate.in.SMInputCursor inputCursor) Modifier and TypeMethodDescriptionprotected 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) -
Uses of MutableDeploymentVersionStatus in com.atlassian.bamboo.deployments.versions.persistence
Modifier and TypeClassDescriptionclass
CreationDate property implemented via inheritance from BambooEntityObjectModifier and TypeMethodDescription@NotNull MutableDeploymentVersionStatus
DeploymentVersionDao.createNewVersionStatus
(long deploymentVersionId, DeploymentVersionState state, @NotNull String userName) Creates a new vesion status for the given deployment version.@NotNull MutableDeploymentVersionStatus
DeploymentVersionDaoImpl.createNewVersionStatus
(long deploymentVersionId, DeploymentVersionState state, @NotNull String userName) @Nullable MutableDeploymentVersionStatus
DeploymentVersionDao.getLatestVersionStatus
(long deploymentVersionId) Retrieves deployment version status.@Nullable MutableDeploymentVersionStatus
DeploymentVersionDaoImpl.getLatestVersionStatus
(long deploymentVersionId) Modifier and TypeMethodDescription@NotNull List<MutableDeploymentVersionStatus>
DeploymentVersionDao.getVersionStatuses
(long deploymentVersionId) GetMutableDeploymentVersionStatus
es by DeploymentVersion id@NotNull List<MutableDeploymentVersionStatus>
DeploymentVersionDaoImpl.getVersionStatuses
(long deploymentVersionId)