Uses of Interface
com.atlassian.bamboo.deployments.results.DeploymentResult
Package
Description
-
Uses of DeploymentResult in com.atlassian.bamboo.deployments.environments
Modifier and TypeMethodDescription@Nullable DeploymentResult
EnvironmentStatus.getDeploymentResult()
Deployment result of interest for this environment@Nullable DeploymentResult
EnvironmentStatusImpl.getDeploymentResult()
@Nullable DeploymentResult
EnvironmentStatus.getLatestResult()
The latest deployment result for this environment IF it is different from the deployment result of interest@Nullable DeploymentResult
EnvironmentStatusImpl.getLatestResult()
ModifierConstructorDescriptionEnvironmentStatusImpl
(@NotNull Environment environment, @Nullable DeploymentResult deploymentResult) EnvironmentStatusImpl
(@NotNull Environment environment, @Nullable DeploymentResult deploymentResult, @Nullable DeploymentResult latestResult) -
Uses of DeploymentResult in com.atlassian.bamboo.deployments.environments.actions
-
Uses of DeploymentResult in com.atlassian.bamboo.deployments.environments.index
ModifierConstructorDescriptionIndexedEnvironmentImpl
(@NotNull InternalDeploymentProject project, @NotNull InternalEnvironment environment, @Nullable DeploymentResult latestResult, @Nullable PlanResultKey latestVersionPlanResultKey) -
Uses of DeploymentResult in com.atlassian.bamboo.deployments.execution
ModifierConstructorDescriptionDeploymentContextImpl
(@NotNull DeploymentProject deploymentProject, @NotNull DeploymentResult deploymentResult, @NotNull List<TaskDefinition> taskDefinitions, @NotNull Map<String, String> artifactHandlerConfiguration, @NotNull VariableContext variableContext, Map<Long, PlanRepositoryDefinition> planRepositoryDefinitionMap, Multimap<String, Artifact> versionArtifacts, @Nullable DeploymentVersion previousVersion, @NotNull Iterable<CredentialsData> sharedCredentials, @NotNull Map<PlanKey, ChainStorageTag> necessaryStorageTags, @NotNull Map<String, Map<String, String>> pluginConfigMap, @NotNull DockerPipelineConfiguration dockerPipelineConfiguration, @NotNull CommonArtifactContext commonArtifactContext, boolean isVerboseLoggingOn, boolean expectingDedicatedEphemeralAgent) -
Uses of DeploymentResult in com.atlassian.bamboo.deployments.execution.actions
Modifier and TypeMethodDescriptionDeleteDeploymentResult.getDeploymentResult()
ViewDeploymentResult.getDeploymentResult()
ViewDeploymentWebhookResponses.getDeploymentResult()
ExecuteManualDeployment.getLastDeploymentResult()
-
Uses of DeploymentResult in com.atlassian.bamboo.deployments.execution.service
Modifier and TypeMethodDescriptionvoid
DeploymentExecutionService.restoreStateOfResult
(@NotNull DeploymentResult deploymentResult) Restores internal state of single deployment result after server restart.void
DeploymentExecutionServiceImpl.restoreStateOfResult
(@NotNull DeploymentResult deploymentResult) void
DeploymentExecutionService.stop
(@NotNull DeploymentResult deploymentResult, Long agentId) Stops the execution of a running deploymentvoid
DeploymentExecutionServiceImpl.stop
(@NotNull DeploymentResult deploymentResult, Long agentId) -
Uses of DeploymentResult in com.atlassian.bamboo.deployments.notification
Modifier and TypeMethodDescription@NotNull DeploymentResult
DeploymentFinishedNotification.getDeploymentResult()
@NotNull DeploymentResult
DeploymentResultAwareNotification.getDeploymentResult()
DeploymentStartedNotification.getDeploymentResult()
Modifier and TypeMethodDescriptionvoid
DeploymentFinishedNotification.setDeploymentResult
(DeploymentResult deploymentResult) void
DeploymentResultAwareNotificationRecipient.setDeploymentResult
(@Nullable DeploymentResult deploymentResult) void
DeploymentStartedNotification.setDeploymentResult
(DeploymentResult deploymentResult) -
Uses of DeploymentResult in com.atlassian.bamboo.deployments.projects
Modifier and TypeMethodDescriptionDeploymentProjectFunctions.getDeploymentResultVersion()
Deprecated. -
Uses of DeploymentResult in com.atlassian.bamboo.deployments.results
-
Uses of DeploymentResult in com.atlassian.bamboo.deployments.results.persistence
Modifier and TypeMethodDescription@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.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) -
Uses of DeploymentResult in com.atlassian.bamboo.deployments.results.service
Modifier and TypeMethodDescriptionDeploymentResultService.createDeploymentResult
(long environmentId, long deploymentVersionId, @NotNull VariableContext variableContext, @NotNull TriggerReason triggerReason) DeploymentResultServiceImpl.createDeploymentResult
(long environmentId, long deploymentVersionId, @NotNull VariableContext variableContext, @NotNull TriggerReason triggerReason) @Nullable DeploymentResult
DeploymentResultService.getDeploymentResult
(long deploymentResultId) Retrieve a specific deployment result.@Nullable DeploymentResult
DeploymentResultServiceImpl.getDeploymentResult
(long deploymentResultId) @Nullable DeploymentResult
DeploymentResultService.getLastResultBefore
(@NotNull DeploymentResult deploymentResult) DeploymentResultServiceImpl.getLastResultBefore
(@NotNull DeploymentResult deploymentResult) @Nullable DeploymentResult
DeploymentResultService.getLastResultInStatesBefore
(@NotNull DeploymentResult deploymentResult, @NotNull EnumSet<BuildState> buildStates) DeploymentResultServiceImpl.getLastResultInStatesBefore
(@NotNull DeploymentResult deploymentResult, @NotNull EnumSet<BuildState> buildStates) @Nullable DeploymentResult
DeploymentResultService.getLatestDeploymentResult
(long environmentId, long deploymentVersionId) Retrieve a specific deployment result for an environment and version.@Nullable DeploymentResult
DeploymentResultServiceImpl.getLatestDeploymentResult
(long environmentId, long deploymentVersionId) @Nullable DeploymentResult
DeploymentResultService.getLatestDeploymentResultForEnvironment
(long environmentId) Get the latest result that ran against an environment@Nullable DeploymentResult
DeploymentResultServiceImpl.getLatestDeploymentResultForEnvironment
(long environmentId) Modifier and TypeMethodDescription@NotNull List<DeploymentResult>
DeploymentResultService.getDeploymentResultsByLifeCycleState
(Collection<LifeCycleState> lifeCycleStates) @NotNull List<DeploymentResult>
DeploymentResultServiceImpl.getDeploymentResultsByLifeCycleState
(Collection<LifeCycleState> lifeCycleStates) @NotNull List<DeploymentResult>
DeploymentResultService.getDeploymentResultsForDeploymentVersion
(long deploymentVersionId) Get all deployment results for deployment version.@NotNull List<DeploymentResult>
DeploymentResultServiceImpl.getDeploymentResultsForDeploymentVersion
(long deploymentVersionId) @NotNull List<DeploymentResult>
DeploymentResultService.getDeploymentResultsForDeploymentVersionAndEnvironment
(long deploymentVersionId, long environmentId) Get all deployment results for deployment versions that ran against the specified environment.@NotNull List<DeploymentResult>
DeploymentResultServiceImpl.getDeploymentResultsForDeploymentVersionAndEnvironment
(long deploymentVersionId, long environmentId) @NotNull List<DeploymentResult>
DeploymentResultService.getDeploymentResultsForDeploymentVersionFinishedBefore
(long deploymentVersionId, Date finishDate) Deprecated.since 5.10 on account of it potentially consuming lots of memory.@NotNull List<DeploymentResult>
DeploymentResultServiceImpl.getDeploymentResultsForDeploymentVersionFinishedBefore
(long deploymentVersionId, Date finishDate) @NotNull List<DeploymentResult>
DeploymentResultService.getDeploymentResultsForEnvironment
(long environmentId) Deprecated.since 6.7 for performance reasons useDeploymentResultService.getDeploymentResultsForEnvironmentWithoutVariables(long, int, int)
@NotNull List<DeploymentResult>
DeploymentResultService.getDeploymentResultsForEnvironment
(long environmentId, int offset, int maxResults) Deprecated.since 6.7 for performance reasons useDeploymentResultService.getDeploymentResultsForEnvironmentWithoutVariables(long, int, int)
@NotNull List<DeploymentResult>
DeploymentResultServiceImpl.getDeploymentResultsForEnvironment
(long environmentId) @NotNull List<DeploymentResult>
DeploymentResultServiceImpl.getDeploymentResultsForEnvironment
(long environmentId, int offset, int maxResults) @NotNull List<DeploymentResult>
DeploymentResultService.getDeploymentResultsForEnvironmentWithoutVariables
(long environmentId, int offset, int maxResults) Get deployment results for environment.@NotNull List<DeploymentResult>
DeploymentResultServiceImpl.getDeploymentResultsForEnvironmentWithoutVariables
(long environmentId, int offset, int maxResults) @NotNull List<DeploymentResult>
DeploymentResultService.getResultsWhereDeploymentVersionIsDeployedNow
(List<Long> environmentsId, long deploymentVersionId) @NotNull List<DeploymentResult>
DeploymentResultServiceImpl.getResultsWhereDeploymentVersionIsDeployedNow
(List<Long> environmentsId, long deploymentVersionId) @NotNull List<DeploymentResult>
DeploymentResultService.getSuccessfulDeploymentResultsForEnvironment
(long environmentId, int offset, int maxResults) Get successful deployment results for environment.@NotNull List<DeploymentResult>
DeploymentResultServiceImpl.getSuccessfulDeploymentResultsForEnvironment
(long environmentId, int offset, int maxResults) Modifier and TypeMethodDescription@Nullable DeploymentResult
DeploymentResultService.getLastResultBefore
(@NotNull DeploymentResult deploymentResult) DeploymentResultServiceImpl.getLastResultBefore
(@NotNull DeploymentResult deploymentResult) @Nullable DeploymentResult
DeploymentResultService.getLastResultInStatesBefore
(@NotNull DeploymentResult deploymentResult, @NotNull EnumSet<BuildState> buildStates) DeploymentResultServiceImpl.getLastResultInStatesBefore
(@NotNull DeploymentResult deploymentResult, @NotNull EnumSet<BuildState> buildStates) @Nullable DeploymentVersion
DeploymentResultService.getRollbackVersion
(@NotNull DeploymentResult deploymentResult) For a given deployment result find the version that existed on the environment before that deployment.@Nullable DeploymentVersion
DeploymentResultServiceImpl.getRollbackVersion
(@NotNull DeploymentResult deploymentResult) -
Uses of DeploymentResult in com.atlassian.bamboo.deployments.runtime
Modifier and TypeMethodDescriptionvoid
DeploymentsInProgressService.onDeploymentTriggered
(@NotNull DeploymentResult deploymentResult, @NotNull DeploymentVersion deploymentVersion, @NotNull Environment environment, @NotNull DeploymentProject deploymentProject) void
DeploymentsInProgressServiceImpl.onDeploymentTriggered
(@NotNull DeploymentResult deploymentResult, @NotNull DeploymentVersion deploymentVersion, @NotNull Environment environment, @NotNull DeploymentProject deploymentProject) DeploymentInProgressImpl.Builder.withDeploymentResult
(@NotNull DeploymentResult deploymentResult) -
Uses of DeploymentResult in com.atlassian.bamboo.plugins.testutils.deployments
Modifier and TypeMethodDescription@NotNull DeploymentResult
DeploymentsTestService.executeDeployment
(@NotNull DeploymentProject deploymentProject, @NotNull String environmentName, @NotNull String versionName) @NotNull DeploymentResult
DeploymentsTestServiceImpl.executeDeployment
(@NotNull DeploymentProject deploymentProject, @NotNull String environmentName, @NotNull String versionName) -
Uses of DeploymentResult in com.atlassian.bamboo.rest.model.deployments.results
ModifierConstructorDescriptionRestDeploymentResult
(@NotNull DeploymentResult deploymentResult, @NotNull javax.ws.rs.core.UriBuilder baseUriBuilder) RestDeploymentResultWithLogs
(@NotNull DeploymentResult deploymentResult, @NotNull javax.ws.rs.core.UriBuilder baseUriBuilder, RestBuildLogEntryList restBuildLogEntryList) -
Uses of DeploymentResult in com.atlassian.bamboo.trigger.dependency
ModifierConstructorDescriptionAfterSuccessfulDeploymentEnvironmentTriggeringAction
(TriggerManager triggerManager, DeploymentExecutionService deploymentExecutionService, Environment environment, DeploymentResult parentResult)
getDeploymentVersion()