Uses of Interface
com.atlassian.bamboo.deployments.results.persistence.MutableDeploymentResult
Packages that use MutableDeploymentResult
Package
Description
-
Uses of MutableDeploymentResult in com.atlassian.bamboo.deployments.projects.migration
Methods in com.atlassian.bamboo.deployments.projects.migration that return MutableDeploymentResultMethods in com.atlassian.bamboo.deployments.projects.migration with parameters of type MutableDeploymentResultModifier and TypeMethodDescriptionvoid
DeploymentsImportContext.setDeploymentResult
(MutableDeploymentResult deploymentProject) -
Uses of MutableDeploymentResult in com.atlassian.bamboo.deployments.results
Constructors in com.atlassian.bamboo.deployments.results with parameters of type MutableDeploymentResultModifierConstructorDescriptionDeploymentResultImpl
(@NotNull MutableDeploymentResult deploymentResult, @NotNull Environment environment, @Nullable DeploymentVersion deploymentVersion, @Nullable Operations operations) -
Uses of MutableDeploymentResult in com.atlassian.bamboo.deployments.results.migration.stream
Methods in com.atlassian.bamboo.deployments.results.migration.stream that return MutableDeploymentResultModifier and TypeMethodDescriptionprotected @NotNull MutableDeploymentResult
DeploymentResultMapper.createItemInstance
(org.codehaus.staxmate.in.SMInputCursor inputCursor) protected @NotNull MutableDeploymentResult
DeploymentResultPropertiesMapper.createItemInstance
(org.codehaus.staxmate.in.SMInputCursor inputCursor) Methods in com.atlassian.bamboo.deployments.results.migration.stream with parameters of type MutableDeploymentResultModifier 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) Method parameters in com.atlassian.bamboo.deployments.results.migration.stream with type arguments of type MutableDeploymentResultModifier 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
Classes in com.atlassian.bamboo.deployments.results.persistence that implement MutableDeploymentResultMethods in com.atlassian.bamboo.deployments.results.persistence that return MutableDeploymentResultModifier 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) Methods in com.atlassian.bamboo.deployments.results.persistence that return types with arguments of type MutableDeploymentResultModifier 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) Methods in com.atlassian.bamboo.deployments.results.persistence with parameters of type MutableDeploymentResultModifier 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) Method parameters in com.atlassian.bamboo.deployments.results.persistence with type arguments of type MutableDeploymentResultModifier and TypeMethodDescriptionlong
DeploymentResultDao.iterateResultsForExport
(@NotNull Consumer<MutableDeploymentResult> consumer) Iterate through and execute function for each of MutableDeploymentResultlong
DeploymentResultDaoImpl.iterateResultsForExport
(@NotNull Consumer<MutableDeploymentResult> consumer)