|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of MutableDeploymentVersionStatus in com.atlassian.bamboo.deployments.versions |
|---|
| Constructors in com.atlassian.bamboo.deployments.versions with parameters of type MutableDeploymentVersionStatus | |
|---|---|
DeploymentVersionStatusImpl(MutableDeploymentVersionStatus versionStatus,
java.lang.String displayName,
java.lang.String gravatarUrl)
|
|
| Uses of MutableDeploymentVersionStatus in com.atlassian.bamboo.deployments.versions.migration.stream |
|---|
| Methods in com.atlassian.bamboo.deployments.versions.migration.stream that return MutableDeploymentVersionStatus | |
|---|---|
protected MutableDeploymentVersionStatus |
DeploymentVersionStatusMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor)
|
| Methods in com.atlassian.bamboo.deployments.versions.migration.stream with parameters of type MutableDeploymentVersionStatus | |
|---|---|
protected void |
DeploymentVersionStatusMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
MutableDeploymentVersionStatus deploymentVersionStatus,
net.sf.hibernate.Session session,
ExportDetailsBean exportDetailsBean)
|
protected void |
DeploymentVersionStatusMapper.importProperties(MutableDeploymentVersionStatus deploymentVersionStatus,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
net.sf.hibernate.Session session)
|
| Uses of MutableDeploymentVersionStatus in com.atlassian.bamboo.deployments.versions.persistence |
|---|
| Classes in com.atlassian.bamboo.deployments.versions.persistence that implement MutableDeploymentVersionStatus | |
|---|---|
class |
MutableDeploymentVersionStatusImpl
CreationDate property implemented via inheritance from BambooEntityObject |
| Methods in com.atlassian.bamboo.deployments.versions.persistence that return MutableDeploymentVersionStatus | |
|---|---|
MutableDeploymentVersionStatus |
DeploymentVersionDaoImpl.createNewVersionStatus(long deploymentVersionId,
DeploymentVersionState state,
java.lang.String userName)
|
MutableDeploymentVersionStatus |
DeploymentVersionDao.createNewVersionStatus(long deploymentVersionId,
DeploymentVersionState state,
java.lang.String userName)
Creates a new vesion status for the given deployment version. |
MutableDeploymentVersionStatus |
DeploymentVersionDaoImpl.getLatestVersionStatus(long deploymentVersionId)
|
MutableDeploymentVersionStatus |
DeploymentVersionDao.getLatestVersionStatus(long deploymentVersionId)
|
| Methods in com.atlassian.bamboo.deployments.versions.persistence that return types with arguments of type MutableDeploymentVersionStatus | |
|---|---|
java.util.List<MutableDeploymentVersionStatus> |
DeploymentVersionDaoImpl.getVersionStatuses(long deploymentVersionId)
|
java.util.List<MutableDeploymentVersionStatus> |
DeploymentVersionDao.getVersionStatuses(long deploymentVersionId)
Get MutableDeploymentVersionStatuses by DeploymentVersion id |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||