Modifier and Type | Method and Description |
---|---|
DeploymentResult |
EnvironmentStatusImpl.getDeploymentResult() |
DeploymentResult |
EnvironmentStatus.getDeploymentResult()
Deployment result of interest for this environment
|
DeploymentResult |
EnvironmentStatusImpl.getLatestResult() |
DeploymentResult |
EnvironmentStatus.getLatestResult()
The latest deployment result for this environment IF it is different from the deployment result of interest
|
Constructor and Description |
---|
EnvironmentStatusImpl(Environment environment,
DeploymentResult deploymentResult) |
EnvironmentStatusImpl(Environment environment,
DeploymentResult deploymentResult,
DeploymentResult latestResult) |
Modifier and Type | Method and Description |
---|---|
DeploymentResult |
ViewEnvironment.getLatestDeploymentResult() |
Modifier and Type | Method and Description |
---|---|
List<DeploymentResult> |
ViewEnvironment.getDeploymentResults() |
Constructor and Description |
---|
IndexedEnvironmentImpl(InternalDeploymentProject project,
InternalEnvironment environment,
DeploymentResult latestResult,
PlanResultKey latestVersionPlanResultKey) |
Constructor and Description |
---|
DeploymentContextImpl(DeploymentProject deploymentProject,
DeploymentResult deploymentResult,
List<TaskDefinition> taskDefinitions,
Map<String,String> artifactHandlerConfiguration,
VariableContext variableContext,
Map<Long,RepositoryDefinition> repositoryDefinitionMap,
com.google.common.collect.Multimap<String,Artifact> versionArtifacts,
DeploymentVersion previousVersion,
Iterable<CredentialsData> sharedCredentials) |
Modifier and Type | Method and Description |
---|---|
DeploymentResult |
ViewDeploymentResult.getDeploymentResult() |
DeploymentResult |
DeleteDeploymentResult.getDeploymentResult() |
DeploymentResult |
ExecuteManualDeployment.getLastDeploymentResult() |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentExecutionServiceImpl.restoreStateOfResult(DeploymentResult deploymentResult) |
void |
DeploymentExecutionService.restoreStateOfResult(DeploymentResult deploymentResult)
Restores internal state of single deployment result after server restart.
|
void |
DeploymentExecutionServiceImpl.stop(DeploymentResult deploymentResult,
Long agentId) |
void |
DeploymentExecutionService.stop(DeploymentResult deploymentResult,
Long agentId)
Stops the execution of a running deployment
|
Modifier and Type | Method and Description |
---|---|
void |
DeploymentFinishedNotification.setDeploymentResult(DeploymentResult deploymentResult) |
void |
DeploymentStartedNotification.setDeploymentResult(DeploymentResult deploymentResult) |
void |
DeploymentResultAwareNotificationRecipient.setDeploymentResult(DeploymentResult deploymentResult) |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Function<DeploymentResult,DeploymentVersion> |
DeploymentProjectFunctions.getDeploymentResultVersion()
Deprecated.
since 5.10, use method reference to
getDeploymentVersion() |
Modifier and Type | Class and Description |
---|---|
class |
DeploymentResultImpl |
Modifier and Type | Method and Description |
---|---|
DeploymentResult |
DeploymentResultServiceImpl.createDeploymentResult(long environmentId,
long deploymentVersionId,
VariableContext variableContext,
TriggerReason triggerReason) |
DeploymentResult |
DeploymentResultService.createDeploymentResult(long environmentId,
long deploymentVersionId,
VariableContext variableContext,
TriggerReason triggerReason) |
DeploymentResult |
DeploymentResultServiceImpl.getDeploymentResult(long deploymentResultId) |
DeploymentResult |
DeploymentResultService.getDeploymentResult(long deploymentResultId)
Retrieve a specific deployment result.
|
DeploymentResult |
DeploymentResultServiceImpl.getLastResultBefore(DeploymentResult deploymentResult) |
DeploymentResult |
DeploymentResultService.getLastResultBefore(DeploymentResult deploymentResult) |
DeploymentResult |
DeploymentResultServiceImpl.getLastResultInStatesBefore(DeploymentResult deploymentResult,
EnumSet<BuildState> buildStates) |
DeploymentResult |
DeploymentResultService.getLastResultInStatesBefore(DeploymentResult deploymentResult,
EnumSet<BuildState> buildStates) |
DeploymentResult |
DeploymentResultServiceImpl.getLatestDeploymentResult(long environmentId,
long deploymentVersionId) |
DeploymentResult |
DeploymentResultService.getLatestDeploymentResult(long environmentId,
long deploymentVersionId)
Retrieve a specific deployment result for an environment and version.
|
DeploymentResult |
DeploymentResultServiceImpl.getLatestDeploymentResultForEnvironment(long environmentId) |
DeploymentResult |
DeploymentResultService.getLatestDeploymentResultForEnvironment(long environmentId)
Get the latest result that ran against an environment
|
Modifier and Type | Method and Description |
---|---|
List<DeploymentResult> |
DeploymentResultServiceImpl.getDeploymentResultsByLifeCycleState(Collection<LifeCycleState> lifeCycleStates) |
List<DeploymentResult> |
DeploymentResultService.getDeploymentResultsByLifeCycleState(Collection<LifeCycleState> lifeCycleStates) |
List<DeploymentResult> |
DeploymentResultServiceImpl.getDeploymentResultsForDeploymentVersion(long deploymentVersionId) |
List<DeploymentResult> |
DeploymentResultService.getDeploymentResultsForDeploymentVersion(long deploymentVersionId)
Get all deployment results for deployment version.
|
List<DeploymentResult> |
DeploymentResultServiceImpl.getDeploymentResultsForDeploymentVersionAndEnvironment(long deploymentVersionId,
long environmentId) |
List<DeploymentResult> |
DeploymentResultService.getDeploymentResultsForDeploymentVersionAndEnvironment(long deploymentVersionId,
long environmentId)
Get all deployment results for deployment versions that ran against the specified environment.
|
List<DeploymentResult> |
DeploymentResultServiceImpl.getDeploymentResultsForDeploymentVersionFinishedBefore(long deploymentVersionId,
Date finishDate) |
List<DeploymentResult> |
DeploymentResultService.getDeploymentResultsForDeploymentVersionFinishedBefore(long deploymentVersionId,
Date finishDate)
Deprecated.
since 5.10 on account of it potentially consuming lots of memory. Consider
DeploymentResultService.getDeploymentResultIdsForDeploymentVersionFinishedBefore(long, Date) instead. |
List<DeploymentResult> |
DeploymentResultServiceImpl.getDeploymentResultsForEnvironment(long environmentId) |
List<DeploymentResult> |
DeploymentResultService.getDeploymentResultsForEnvironment(long environmentId)
Get all deployment results for environment.
|
List<DeploymentResult> |
DeploymentResultServiceImpl.getDeploymentResultsForEnvironment(long environmentId,
int offset,
int maxResults) |
List<DeploymentResult> |
DeploymentResultService.getDeploymentResultsForEnvironment(long environmentId,
int offset,
int maxResults)
Get deployment results for environment.
|
List<DeploymentResult> |
DeploymentResultServiceImpl.getResultsWhereDeploymentVersionIsDeployedNow(List<Long> environmentsId,
long deploymentVersionId) |
List<DeploymentResult> |
DeploymentResultService.getResultsWhereDeploymentVersionIsDeployedNow(List<Long> environmentsId,
long deploymentVersionId) |
List<DeploymentResult> |
DeploymentResultServiceImpl.getSuccessfulDeploymentResultsForEnvironment(long environmentId,
int offset,
int maxResults) |
List<DeploymentResult> |
DeploymentResultService.getSuccessfulDeploymentResultsForEnvironment(long environmentId,
int offset,
int maxResults)
Get successful deployment results for environment.
|
Modifier and Type | Method and Description |
---|---|
DeploymentResult |
DeploymentResultServiceImpl.getLastResultBefore(DeploymentResult deploymentResult) |
DeploymentResult |
DeploymentResultService.getLastResultBefore(DeploymentResult deploymentResult) |
DeploymentResult |
DeploymentResultServiceImpl.getLastResultInStatesBefore(DeploymentResult deploymentResult,
EnumSet<BuildState> buildStates) |
DeploymentResult |
DeploymentResultService.getLastResultInStatesBefore(DeploymentResult deploymentResult,
EnumSet<BuildState> buildStates) |
DeploymentVersion |
DeploymentResultServiceImpl.getRollbackVersion(DeploymentResult deploymentResult) |
DeploymentVersion |
DeploymentResultService.getRollbackVersion(DeploymentResult deploymentResult)
For a given deployment result find the version that existed on the environment before that deployment.
|
Modifier and Type | Method and Description |
---|---|
void |
DeploymentsInProgressServiceImpl.onDeploymentTriggered(DeploymentResult deploymentResult,
DeploymentVersion deploymentVersion,
Environment environment,
DeploymentProject deploymentProject) |
void |
DeploymentsInProgressService.onDeploymentTriggered(DeploymentResult deploymentResult,
DeploymentVersion deploymentVersion,
Environment environment,
DeploymentProject deploymentProject) |
DeploymentInProgressImpl.Builder |
DeploymentInProgressImpl.Builder.withDeploymentResult(DeploymentResult deploymentResult) |
Constructor and Description |
---|
RestEnvironmentStatus(Environment environment,
DeploymentResult deploymentResult) |
RestEnvironmentStatus(Environment environment,
DeploymentResult deploymentResult,
DeploymentResult latestResult) |
Modifier and Type | Method and Description |
---|---|
DeploymentResult |
DeploymentsTestServiceImpl.executeDeployment(DeploymentProject deploymentProject,
String environmentName,
String versionName) |
DeploymentResult |
DeploymentsTestService.executeDeployment(DeploymentProject deploymentProject,
String environmentName,
String versionName) |
Modifier and Type | Class and Description |
---|---|
class |
RestDeploymentResult |
class |
RestDeploymentResultWithLogs |
Constructor and Description |
---|
RestDeploymentResult(DeploymentResult deploymentResult) |
RestDeploymentResultWithLogs(DeploymentResult deploymentResult,
RestBuildLogEntryList restBuildLogEntryList) |
Constructor and Description |
---|
AfterSuccessfulDeploymentEnvironmentTriggeringAction(TriggerManager triggerManager,
DeploymentExecutionService deploymentExecutionService,
Environment environment,
DeploymentResult parentResult) |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.