Uses of Interface
com.atlassian.bamboo.deployments.results.DeploymentResult
-
-
Uses of DeploymentResult in com.atlassian.bamboo.deployments.environments
Methods in com.atlassian.bamboo.deployments.environments that return DeploymentResult Modifier and Type Method Description @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()
Constructors in com.atlassian.bamboo.deployments.environments with parameters of type DeploymentResult Constructor Description EnvironmentStatusImpl(@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 DeploymentResult Modifier and Type Method Description DeploymentResult
ViewEnvironment. getLatestDeploymentResult()
Methods in com.atlassian.bamboo.deployments.environments.actions that return types with arguments of type DeploymentResult Modifier and Type Method Description List<DeploymentResult>
ViewEnvironment. getDeploymentResults()
-
Uses of DeploymentResult in com.atlassian.bamboo.deployments.environments.index
Constructors in com.atlassian.bamboo.deployments.environments.index with parameters of type DeploymentResult Constructor Description IndexedEnvironmentImpl(@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 DeploymentResult Constructor Description DeploymentContextImpl(@NotNull DeploymentProject deploymentProject, @NotNull DeploymentResult deploymentResult, @NotNull List<TaskDefinition> taskDefinitions, @NotNull Map<String,String> artifactHandlerConfiguration, @NotNull VariableContext variableContext, Map<Long,PlanRepositoryDefinition> planRepositoryDefinitionMap, com.google.common.collect.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 DeploymentResult Modifier and Type Method Description DeploymentResult
DeleteDeploymentResult. getDeploymentResult()
DeploymentResult
ViewDeploymentResult. getDeploymentResult()
DeploymentResult
ViewDeploymentWebhookResponses. getDeploymentResult()
DeploymentResult
ExecuteManualDeployment. getLastDeploymentResult()
-
Uses of DeploymentResult in com.atlassian.bamboo.deployments.execution.service
Methods in com.atlassian.bamboo.deployments.execution.service with parameters of type DeploymentResult Modifier and Type Method Description void
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
Methods in com.atlassian.bamboo.deployments.notification that return DeploymentResult Modifier and Type Method Description @NotNull DeploymentResult
DeploymentFinishedNotification. getDeploymentResult()
@NotNull DeploymentResult
DeploymentResultAwareNotification. getDeploymentResult()
DeploymentResult
DeploymentStartedNotification. getDeploymentResult()
Methods in com.atlassian.bamboo.deployments.notification with parameters of type DeploymentResult Modifier and Type Method Description void
DeploymentFinishedNotification. setDeploymentResult(DeploymentResult deploymentResult)
void
DeploymentResultAwareNotificationRecipient. setDeploymentResult(@Nullable DeploymentResult deploymentResult)
void
DeploymentStartedNotification. 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 DeploymentResult Modifier and Type Method Description static com.google.common.base.Function<DeploymentResult,DeploymentVersion>
DeploymentProjectFunctions. getDeploymentResultVersion()
Deprecated.since 5.10, use method reference togetDeploymentVersion()
-
Uses of DeploymentResult in com.atlassian.bamboo.deployments.results
Classes in com.atlassian.bamboo.deployments.results that implement DeploymentResult Modifier and Type Class Description class
DeploymentResultImpl
-
Uses of DeploymentResult in com.atlassian.bamboo.deployments.results.persistence
Methods in com.atlassian.bamboo.deployments.results.persistence with parameters of type DeploymentResult Modifier and Type Method Description @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
Methods in com.atlassian.bamboo.deployments.results.service that return DeploymentResult Modifier and Type Method Description DeploymentResult
DeploymentResultService. createDeploymentResult(long environmentId, long deploymentVersionId, @NotNull VariableContext variableContext, @NotNull TriggerReason triggerReason)
DeploymentResult
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)
DeploymentResult
DeploymentResultServiceImpl. getLastResultBefore(@NotNull DeploymentResult deploymentResult)
@Nullable DeploymentResult
DeploymentResultService. getLastResultInStatesBefore(@NotNull DeploymentResult deploymentResult, @NotNull EnumSet<BuildState> buildStates)
DeploymentResult
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)
Methods in com.atlassian.bamboo.deployments.results.service that return types with arguments of type DeploymentResult Modifier and Type Method Description @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 DeploymentResult Modifier and Type Method Description @Nullable DeploymentResult
DeploymentResultService. getLastResultBefore(@NotNull DeploymentResult deploymentResult)
DeploymentResult
DeploymentResultServiceImpl. getLastResultBefore(@NotNull DeploymentResult deploymentResult)
@Nullable DeploymentResult
DeploymentResultService. getLastResultInStatesBefore(@NotNull DeploymentResult deploymentResult, @NotNull EnumSet<BuildState> buildStates)
DeploymentResult
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
Methods in com.atlassian.bamboo.deployments.runtime with parameters of type DeploymentResult Modifier and Type Method Description void
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
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 DeploymentResult Modifier and Type Method Description @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
Classes in com.atlassian.bamboo.rest.model.deployments.results that implement DeploymentResult Modifier and Type Class Description class
RestDeploymentResult
class
RestDeploymentResultWithLogs
Constructors in com.atlassian.bamboo.rest.model.deployments.results with parameters of type DeploymentResult Constructor Description RestDeploymentResult(@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 DeploymentResult Constructor Description AfterSuccessfulDeploymentEnvironmentTriggeringAction(TriggerManager triggerManager, DeploymentExecutionService deploymentExecutionService, Environment environment, DeploymentResult parentResult)
-