Uses of Interface
com.atlassian.bamboo.deployments.results.DeploymentResult
Packages that use DeploymentResult
Package
Description
-
Uses of DeploymentResult in com.atlassian.bamboo.deployments.environments
Methods in com.atlassian.bamboo.deployments.environments that return DeploymentResultModifier and TypeMethodDescription@Nullable DeploymentResultEnvironmentStatus.getDeploymentResult()Deployment result of interest for this environment@Nullable DeploymentResultEnvironmentStatusImpl.getDeploymentResult()@Nullable DeploymentResultEnvironmentStatus.getLatestResult()The latest deployment result for this environment IF it is different from the deployment result of interest@Nullable DeploymentResultEnvironmentStatusImpl.getLatestResult()Constructors in com.atlassian.bamboo.deployments.environments with parameters of type DeploymentResultModifierConstructorDescriptionEnvironmentStatusImpl(@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
Methods in com.atlassian.bamboo.deployments.environments.actions that return DeploymentResultMethods in com.atlassian.bamboo.deployments.environments.actions that return types with arguments of type DeploymentResult -
Uses of DeploymentResult in com.atlassian.bamboo.deployments.environments.index
Constructors in com.atlassian.bamboo.deployments.environments.index with parameters of type DeploymentResultModifierConstructorDescriptionIndexedEnvironmentImpl(@NotNull InternalDeploymentProject project, @NotNull InternalEnvironment environment, @Nullable DeploymentResult latestResult, @Nullable PlanResultKey latestVersionPlanResultKey) -
Uses of DeploymentResult in com.atlassian.bamboo.deployments.execution
Constructors in com.atlassian.bamboo.deployments.execution with parameters of type DeploymentResultModifierConstructorDescriptionDeploymentContextImpl(@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
Methods in com.atlassian.bamboo.deployments.execution.actions that return DeploymentResultModifier and TypeMethodDescriptionDeleteDeploymentResult.getDeploymentResult()ViewDeploymentResult.getDeploymentResult()ViewDeploymentWebhookResponses.getDeploymentResult()ExecuteManualDeployment.getLastDeploymentResult() -
Uses of DeploymentResult in com.atlassian.bamboo.deployments.execution.service
Methods in com.atlassian.bamboo.deployments.execution.service with parameters of type DeploymentResultModifier and TypeMethodDescriptionvoidDeploymentExecutionService.restoreStateOfResult(@NotNull DeploymentResult deploymentResult) Restores internal state of single deployment result after server restart.voidDeploymentExecutionServiceImpl.restoreStateOfResult(@NotNull DeploymentResult deploymentResult) voidDeploymentExecutionService.stop(@NotNull DeploymentResult deploymentResult, Long agentId) Stops the execution of a running deploymentvoidDeploymentExecutionServiceImpl.stop(@NotNull DeploymentResult deploymentResult, Long agentId) -
Uses of DeploymentResult in com.atlassian.bamboo.deployments.notification
Methods in com.atlassian.bamboo.deployments.notification that return DeploymentResultModifier and TypeMethodDescription@NotNull DeploymentResultDeploymentFinishedNotification.getDeploymentResult()@NotNull DeploymentResultDeploymentResultAwareNotification.getDeploymentResult()DeploymentStartedNotification.getDeploymentResult()Methods in com.atlassian.bamboo.deployments.notification with parameters of type DeploymentResultModifier and TypeMethodDescriptionvoidDeploymentFinishedNotification.setDeploymentResult(DeploymentResult deploymentResult) voidDeploymentResultAwareNotificationRecipient.setDeploymentResult(@Nullable DeploymentResult deploymentResult) voidDeploymentStartedNotification.setDeploymentResult(DeploymentResult deploymentResult) -
Uses of DeploymentResult in com.atlassian.bamboo.deployments.projects
Methods in com.atlassian.bamboo.deployments.projects that return types with arguments of type DeploymentResultModifier and TypeMethodDescriptionDeploymentProjectFunctions.getDeploymentResultVersion()Deprecated. -
Uses of DeploymentResult in com.atlassian.bamboo.deployments.results
Classes in com.atlassian.bamboo.deployments.results that implement DeploymentResult -
Uses of DeploymentResult in com.atlassian.bamboo.deployments.results.persistence
Methods in com.atlassian.bamboo.deployments.results.persistence with parameters of type DeploymentResultModifier and TypeMethodDescription@Nullable MutableDeploymentResultDeploymentResultDao.getLastResultBefore(@NotNull DeploymentResult deploymentResult) @Nullable MutableDeploymentResultDeploymentResultDaoImpl.getLastResultBefore(@NotNull DeploymentResult deploymentResult) @Nullable MutableDeploymentResultDeploymentResultDao.getLastResultInStatesBefore(@NotNull DeploymentResult deploymentResult, @NotNull EnumSet<BuildState> buildStates) @Nullable MutableDeploymentResultDeploymentResultDaoImpl.getLastResultInStatesBefore(@NotNull DeploymentResult deploymentResult, @NotNull EnumSet<BuildState> buildStates) @Nullable MutableDeploymentResultDeploymentResultDao.getRollbackDeploymentResultBeforeStartedDate(@NotNull DeploymentResult deploymentResult) Find the result successfully deployed on same environment before given deployment result coming from different deployment version@Nullable MutableDeploymentResultDeploymentResultDaoImpl.getRollbackDeploymentResultBeforeStartedDate(@NotNull DeploymentResult deploymentResult) -
Uses of DeploymentResult in com.atlassian.bamboo.deployments.results.service
Methods in com.atlassian.bamboo.deployments.results.service that return DeploymentResultModifier 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 DeploymentResultDeploymentResultService.getDeploymentResult(long deploymentResultId) Retrieve a specific deployment result.@Nullable DeploymentResultDeploymentResultServiceImpl.getDeploymentResult(long deploymentResultId) @Nullable DeploymentResultDeploymentResultService.getLastResultBefore(@NotNull DeploymentResult deploymentResult) DeploymentResultServiceImpl.getLastResultBefore(@NotNull DeploymentResult deploymentResult) @Nullable DeploymentResultDeploymentResultService.getLastResultInStatesBefore(@NotNull DeploymentResult deploymentResult, @NotNull EnumSet<BuildState> buildStates) DeploymentResultServiceImpl.getLastResultInStatesBefore(@NotNull DeploymentResult deploymentResult, @NotNull EnumSet<BuildState> buildStates) @Nullable DeploymentResultDeploymentResultService.getLatestDeploymentResult(long environmentId, long deploymentVersionId) Retrieve a specific deployment result for an environment and version.@Nullable DeploymentResultDeploymentResultServiceImpl.getLatestDeploymentResult(long environmentId, long deploymentVersionId) @Nullable DeploymentResultDeploymentResultService.getLatestDeploymentResultForEnvironment(long environmentId) Get the latest result that ran against an environment@Nullable DeploymentResultDeploymentResultServiceImpl.getLatestDeploymentResultForEnvironment(long environmentId) Methods in com.atlassian.bamboo.deployments.results.service that return types with arguments of type DeploymentResultModifier 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) Methods in com.atlassian.bamboo.deployments.results.service with parameters of type DeploymentResultModifier and TypeMethodDescription@Nullable DeploymentResultDeploymentResultService.getLastResultBefore(@NotNull DeploymentResult deploymentResult) DeploymentResultServiceImpl.getLastResultBefore(@NotNull DeploymentResult deploymentResult) @Nullable DeploymentResultDeploymentResultService.getLastResultInStatesBefore(@NotNull DeploymentResult deploymentResult, @NotNull EnumSet<BuildState> buildStates) DeploymentResultServiceImpl.getLastResultInStatesBefore(@NotNull DeploymentResult deploymentResult, @NotNull EnumSet<BuildState> buildStates) @Nullable DeploymentVersionDeploymentResultService.getRollbackVersion(@NotNull DeploymentResult deploymentResult) For a given deployment result find the version that existed on the environment before that deployment.@Nullable DeploymentVersionDeploymentResultServiceImpl.getRollbackVersion(@NotNull DeploymentResult deploymentResult) -
Uses of DeploymentResult in com.atlassian.bamboo.deployments.runtime
Methods in com.atlassian.bamboo.deployments.runtime with parameters of type DeploymentResultModifier and TypeMethodDescriptionvoidDeploymentsInProgressService.onDeploymentTriggered(@NotNull DeploymentResult deploymentResult, @NotNull DeploymentVersion deploymentVersion, @NotNull Environment environment, @NotNull DeploymentProject deploymentProject) voidDeploymentsInProgressServiceImpl.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
Methods in com.atlassian.bamboo.plugins.testutils.deployments that return DeploymentResultModifier and TypeMethodDescription@NotNull DeploymentResultDeploymentsTestService.executeDeployment(@NotNull DeploymentProject deploymentProject, @NotNull String environmentName, @NotNull String versionName) @NotNull DeploymentResultDeploymentsTestServiceImpl.executeDeployment(@NotNull DeploymentProject deploymentProject, @NotNull String environmentName, @NotNull String versionName) -
Uses of DeploymentResult in com.atlassian.bamboo.rest.model.deployments.results
Classes in com.atlassian.bamboo.rest.model.deployments.results that implement DeploymentResultConstructors in com.atlassian.bamboo.rest.model.deployments.results with parameters of type DeploymentResultModifierConstructorDescriptionRestDeploymentResult(@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
Constructors in com.atlassian.bamboo.trigger.dependency with parameters of type DeploymentResultModifierConstructorDescriptionAfterSuccessfulDeploymentEnvironmentTriggeringAction(TriggerManager triggerManager, DeploymentExecutionService deploymentExecutionService, Environment environment, DeploymentResult parentResult)
getDeploymentVersion()