Uses of Interface
com.atlassian.bamboo.deployments.results.persistence.MutableDeploymentResult
Package
Description
-
Uses of MutableDeploymentResult in com.atlassian.bamboo.deployments.projects.migration
Modifier and TypeMethodDescriptionvoid
DeploymentsImportContext.setDeploymentResult
(MutableDeploymentResult deploymentProject) -
Uses of MutableDeploymentResult in com.atlassian.bamboo.deployments.results
ModifierConstructorDescriptionDeploymentResultImpl
(@NotNull MutableDeploymentResult deploymentResult, @NotNull Environment environment, @Nullable DeploymentVersion deploymentVersion, @Nullable Operations operations) -
Uses of MutableDeploymentResult in com.atlassian.bamboo.deployments.results.migration.stream
Modifier and TypeMethodDescriptionprotected @NotNull MutableDeploymentResult
DeploymentResultMapper.createItemInstance
(org.codehaus.staxmate.in.SMInputCursor inputCursor) protected @NotNull MutableDeploymentResult
DeploymentResultPropertiesMapper.createItemInstance
(org.codehaus.staxmate.in.SMInputCursor inputCursor) Modifier and TypeMethodDescriptionvoid
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 TypeMethodDescriptionvoid
DeploymentResultMapper.afterImportListItem
(@NotNull org.codehaus.staxmate.in.SMInputCursor cursor, @NotNull List<MutableDeploymentResult> list, @NotNull MutableDeploymentResult object, long objectIndex, @NotNull org.hibernate.Session session) -
Uses of MutableDeploymentResult in com.atlassian.bamboo.deployments.results.persistence
Modifier and TypeMethodDescription@Nullable MutableDeploymentResult
DeploymentResultDao.getDeploymentResult
(long deploymentResultId) Get DeploymentResult by id@Nullable MutableDeploymentResult
DeploymentResultDaoImpl.getDeploymentResult
(long deploymentResultId) @Nullable MutableDeploymentResult
DeploymentResultDao.getLastResultBefore
(@NotNull DeploymentResult deploymentResult) @Nullable MutableDeploymentResult
DeploymentResultDaoImpl.getLastResultBefore
(@NotNull DeploymentResult deploymentResult) @Nullable MutableDeploymentResult
DeploymentResultDao.getLastResultInStatesBefore
(@NotNull DeploymentResult deploymentResult, @NotNull EnumSet<BuildState> buildStates) @Nullable MutableDeploymentResult
DeploymentResultDaoImpl.getLastResultInStatesBefore
(@NotNull DeploymentResult deploymentResult, @NotNull EnumSet<BuildState> buildStates) @Nullable MutableDeploymentResult
DeploymentResultDao.getLatestDeploymentResult
(long environmentId, long deploymentVersionId) Retrieve the latest deployment result that exists for a version on an environment.@Nullable MutableDeploymentResult
DeploymentResultDaoImpl.getLatestDeploymentResult
(long environmentId, long deploymentVersionId) @Nullable MutableDeploymentResult
DeploymentResultDao.getLatestDeploymentResultForEnvironment
(long environmentId) Get the latest result that ran against an environment@Nullable MutableDeploymentResult
DeploymentResultDaoImpl.getLatestDeploymentResultForEnvironment
(long environmentId) DeploymentResultDao.getLatestKnownDeploymentResultForEnvironment
(long environmentId) Get the latest result that *actually* ran against an environments.@Nullable MutableDeploymentResult
DeploymentResultDaoImpl.getLatestKnownDeploymentResultForEnvironment
(long environmentId) @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.getRollbackDeploymentResultBeforeStartedDate
(@NotNull DeploymentResult deploymentResult) @Nullable MutableDeploymentResult
DeploymentResultDao.getRollbackDeploymentResultForEnvironment
(long environmentId, long latestVersionId) Find the result that you are trying to replicate by doing a rollback.@Nullable MutableDeploymentResult
DeploymentResultDaoImpl.getRollbackDeploymentResultForEnvironment
(long environmentId, long latestVersionId) Modifier and TypeMethodDescription@NotNull List<MutableDeploymentResult>
DeploymentResultDao.getDeploymentResults
(long environmentId, long deploymentVersionId) Retrieve all deployment results that exist for an environment and version.@NotNull List<MutableDeploymentResult>
DeploymentResultDaoImpl.getDeploymentResults
(long environmentId, long deploymentVersionId) @NotNull List<MutableDeploymentResult>
DeploymentResultDao.getDeploymentResultsByLifeCycleState
(Collection<LifeCycleState> lifeCycleStates) @NotNull List<MutableDeploymentResult>
DeploymentResultDaoImpl.getDeploymentResultsByLifeCycleState
(Collection<LifeCycleState> lifeCycleStates) @NotNull List<MutableDeploymentResult>
DeploymentResultDao.getDeploymentResultsForDeploymentVersion
(long deploymentVersionId) Get a list of DeploymentResults for a DeploymentVersion.@NotNull List<MutableDeploymentResult>
DeploymentResultDaoImpl.getDeploymentResultsForDeploymentVersion
(long deploymentVersionId) @NotNull List<MutableDeploymentResult>
DeploymentResultDao.getDeploymentResultsForDeploymentVersionFinishedBefore
(long deploymentVersionId, Date finishDate) Deprecated.since 5.10 avoid due to performance.@NotNull List<MutableDeploymentResult>
DeploymentResultDaoImpl.getDeploymentResultsForDeploymentVersionFinishedBefore
(long deploymentVersionId, Date finishedDate) @NotNull List<MutableDeploymentResult>
DeploymentResultDao.getDeploymentResultsForEnvironment
(long environmentId) Get a list of DeploymentResults for a Environment WARNING: This method will fetch all results, potentially creating performance problem.@NotNull List<MutableDeploymentResult>
DeploymentResultDao.getDeploymentResultsForEnvironment
(long environmentId, int offset, int maxResults) Get a list of DeploymentResults for a Environment@NotNull List<MutableDeploymentResult>
DeploymentResultDaoImpl.getDeploymentResultsForEnvironment
(long environmentId) @NotNull List<MutableDeploymentResult>
DeploymentResultDaoImpl.getDeploymentResultsForEnvironment
(long environmentId, int offset, int maxResults) @NotNull List<MutableDeploymentResult>
DeploymentResultDao.getLatestDeploymentResultsForEnvironment
(long environmentId, int startIndex, int maxResults) Get the latest deployment results for an Environment, limited to requested amount starting from requested start index.@NotNull List<MutableDeploymentResult>
DeploymentResultDaoImpl.getLatestDeploymentResultsForEnvironment
(long environmentId, int startIndex, int maxResults) @NotNull List<MutableDeploymentResult>
DeploymentResultDao.getSuccessfulDeploymentResultsForEnvironment
(long environmentId, int offset, int maxResults) Get a list of DeploymentResults successfully deployed to an Environment@NotNull List<MutableDeploymentResult>
DeploymentResultDaoImpl.getSuccessfulDeploymentResultsForEnvironment
(long environmentId, int offset, int maxResults) Modifier and TypeMethodDescriptionvoid
DeploymentResultDao.delete
(MutableDeploymentResult deploymentResult) Delete Deployment Result.void
DeploymentResultDaoImpl.delete
(MutableDeploymentResult deploymentResult) void
DeploymentResultDao.save
(MutableDeploymentResult deploymentResult) Save DeploymentResultvoid
DeploymentResultDaoImpl.save
(MutableDeploymentResult deploymentResult) Modifier and TypeMethodDescriptionlong
DeploymentResultDao.iterateResultsForExport
(@NotNull Consumer<MutableDeploymentResult> consumer) Iterate through and execute function for each of MutableDeploymentResultlong
DeploymentResultDaoImpl.iterateResultsForExport
(@NotNull Consumer<MutableDeploymentResult> consumer)