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 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 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 DeploymentResultViewEnvironment. 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 DeploymentResultDeleteDeploymentResult. getDeploymentResult()DeploymentResultViewDeploymentResult. getDeploymentResult()DeploymentResultViewDeploymentWebhookResponses. getDeploymentResult()DeploymentResultExecuteManualDeployment. 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 voidDeploymentExecutionService. 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 DeploymentResult Modifier and Type Method Description @NotNull DeploymentResultDeploymentFinishedNotification. getDeploymentResult()@NotNull DeploymentResultDeploymentResultAwareNotification. getDeploymentResult()DeploymentResultDeploymentStartedNotification. getDeploymentResult()Methods in com.atlassian.bamboo.deployments.notification with parameters of type DeploymentResult Modifier and Type Method Description voidDeploymentFinishedNotification. 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 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 classDeploymentResultImpl -
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 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 DeploymentResult Modifier and Type Method Description DeploymentResultDeploymentResultService. createDeploymentResult(long environmentId, long deploymentVersionId, @NotNull VariableContext variableContext, @NotNull TriggerReason triggerReason)DeploymentResultDeploymentResultServiceImpl. 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)DeploymentResultDeploymentResultServiceImpl. getLastResultBefore(@NotNull DeploymentResult deploymentResult)@Nullable DeploymentResultDeploymentResultService. getLastResultInStatesBefore(@NotNull DeploymentResult deploymentResult, @NotNull EnumSet<BuildState> buildStates)DeploymentResultDeploymentResultServiceImpl. 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 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 DeploymentResultDeploymentResultService. getLastResultBefore(@NotNull DeploymentResult deploymentResult)DeploymentResultDeploymentResultServiceImpl. getLastResultBefore(@NotNull DeploymentResult deploymentResult)@Nullable DeploymentResultDeploymentResultService. getLastResultInStatesBefore(@NotNull DeploymentResult deploymentResult, @NotNull EnumSet<BuildState> buildStates)DeploymentResultDeploymentResultServiceImpl. 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 DeploymentResult Modifier and Type Method Description voidDeploymentsInProgressService. 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.BuilderDeploymentInProgressImpl.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 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 DeploymentResult Modifier and Type Class Description classRestDeploymentResultclassRestDeploymentResultWithLogsConstructors 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)
-