| Modifier and Type | Method and Description |
|---|---|
MutableDeploymentResult |
DeploymentsImportContext.getDeploymentResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentsImportContext.setDeploymentResult(MutableDeploymentResult deploymentProject) |
| Constructor and Description |
|---|
DeploymentResultImpl(@NotNull MutableDeploymentResult deploymentResult,
@NotNull Environment environment,
@Nullable DeploymentVersion deploymentVersion,
@Nullable Operations operations) |
| Modifier and Type | Method and Description |
|---|---|
protected @NotNull MutableDeploymentResult |
DeploymentResultMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) |
protected @NotNull MutableDeploymentResult |
DeploymentResultPropertiesMapper.createItemInstance(org.codehaus.staxmate.in.SMInputCursor inputCursor) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentResultMapper.afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor cursor,
@NotNull List<MutableDeploymentResult> list,
@NotNull MutableDeploymentResult object,
long objectIndex,
@NotNull org.hibernate.Session session) |
protected void |
DeploymentResultMapper.exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement,
@NotNull MutableDeploymentResult deploymentResult,
@NotNull org.hibernate.Session session,
ExportDetailsBean exportDetailsBean) |
protected void |
DeploymentResultPropertiesMapper.exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement,
@NotNull MutableDeploymentResult object,
@NotNull org.hibernate.Session session,
ExportDetailsBean exportDetailsBean) |
protected void |
DeploymentResultMapper.importProperties(@NotNull MutableDeploymentResult object,
@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor,
@NotNull org.hibernate.Session session) |
protected void |
DeploymentResultPropertiesMapper.importProperties(@NotNull MutableDeploymentResult object,
@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor,
@NotNull org.hibernate.Session session) |
| Modifier and Type | Class and Description |
|---|---|
class |
MutableDeploymentResultImpl |
| Modifier and Type | Method and Description |
|---|---|
@Nullable MutableDeploymentResult |
DeploymentResultDaoImpl.getDeploymentResult(long deploymentResultId) |
@Nullable MutableDeploymentResult |
DeploymentResultDao.getDeploymentResult(long deploymentResultId)
Get DeploymentResult by id
|
@Nullable MutableDeploymentResult |
DeploymentResultDaoImpl.getLastResultBefore(@NotNull DeploymentResult deploymentResult) |
@Nullable MutableDeploymentResult |
DeploymentResultDao.getLastResultBefore(@NotNull DeploymentResult deploymentResult) |
@Nullable MutableDeploymentResult |
DeploymentResultDaoImpl.getLastResultInStatesBefore(@NotNull DeploymentResult deploymentResult,
@NotNull EnumSet<BuildState> buildStates) |
@Nullable MutableDeploymentResult |
DeploymentResultDao.getLastResultInStatesBefore(@NotNull DeploymentResult deploymentResult,
@NotNull EnumSet<BuildState> buildStates) |
@Nullable MutableDeploymentResult |
DeploymentResultDaoImpl.getLatestDeploymentResult(long environmentId,
long deploymentVersionId) |
@Nullable MutableDeploymentResult |
DeploymentResultDao.getLatestDeploymentResult(long environmentId,
long deploymentVersionId)
Retrieve the latest deployment result that exists for a version on an environment.
|
@Nullable MutableDeploymentResult |
DeploymentResultDaoImpl.getLatestDeploymentResultForEnvironment(long environmentId) |
@Nullable MutableDeploymentResult |
DeploymentResultDao.getLatestDeploymentResultForEnvironment(long environmentId)
Get the latest result that ran against an environment
|
@Nullable MutableDeploymentResult |
DeploymentResultDaoImpl.getLatestKnownDeploymentResultForEnvironment(long environmentId) |
MutableDeploymentResult |
DeploymentResultDao.getLatestKnownDeploymentResultForEnvironment(long environmentId)
Get the latest result that *actually* ran against an environments.
|
@Nullable MutableDeploymentResult |
DeploymentResultDaoImpl.getRollbackDeploymentResultBeforeStartedDate(@NotNull DeploymentResult deploymentResult) |
@Nullable MutableDeploymentResult |
DeploymentResultDao.getRollbackDeploymentResultBeforeStartedDate(@NotNull DeploymentResult deploymentResult)
Find the result successfully deployed on same environment before given deployment result coming from different deployment version
|
@Nullable MutableDeploymentResult |
DeploymentResultDaoImpl.getRollbackDeploymentResultForEnvironment(long environmentId,
long latestVersionId) |
@Nullable MutableDeploymentResult |
DeploymentResultDao.getRollbackDeploymentResultForEnvironment(long environmentId,
long latestVersionId)
Find the result that you are trying to replicate by doing a rollback.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentResultDaoImpl.delete(MutableDeploymentResult deploymentResult) |
void |
DeploymentResultDao.delete(MutableDeploymentResult deploymentResult)
Delete Deployment Result.
|
void |
DeploymentResultDaoImpl.save(MutableDeploymentResult deploymentResult) |
void |
DeploymentResultDao.save(MutableDeploymentResult deploymentResult)
Save DeploymentResult
|
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.