Uses of Interface
com.atlassian.bamboo.deployments.versions.persistence.MutableDeploymentVersionStatus
Packages that use MutableDeploymentVersionStatus
Package
Description
-
Uses of MutableDeploymentVersionStatus in com.atlassian.bamboo.deployments.versions
Constructors in com.atlassian.bamboo.deployments.versions with parameters of type MutableDeploymentVersionStatusModifierConstructorDescriptionDeploymentVersionStatusImpl
(MutableDeploymentVersionStatus versionStatus, @Nullable String displayName) -
Uses of MutableDeploymentVersionStatus in com.atlassian.bamboo.deployments.versions.migration.stream
Methods in com.atlassian.bamboo.deployments.versions.migration.stream that return MutableDeploymentVersionStatusModifier and TypeMethodDescriptionprotected @NotNull MutableDeploymentVersionStatus
DeploymentVersionStatusMapper.createItemInstance
(org.codehaus.staxmate.in.SMInputCursor inputCursor) Methods in com.atlassian.bamboo.deployments.versions.migration.stream with parameters of type MutableDeploymentVersionStatusModifier 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
Classes in com.atlassian.bamboo.deployments.versions.persistence that implement MutableDeploymentVersionStatusModifier and TypeClassDescriptionclass
CreationDate property implemented via inheritance from BambooEntityObjectMethods in com.atlassian.bamboo.deployments.versions.persistence that return MutableDeploymentVersionStatusModifier 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) Methods in com.atlassian.bamboo.deployments.versions.persistence that return types with arguments of type MutableDeploymentVersionStatusModifier and TypeMethodDescription@NotNull List<MutableDeploymentVersionStatus>
DeploymentVersionDao.getVersionStatuses
(long deploymentVersionId) GetMutableDeploymentVersionStatus
es by DeploymentVersion id@NotNull List<MutableDeploymentVersionStatus>
DeploymentVersionDaoImpl.getVersionStatuses
(long deploymentVersionId)