|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of DeploymentResult in com.atlassian.bamboo.deployments.environments |
|---|
| Methods in com.atlassian.bamboo.deployments.environments that return DeploymentResult | |
|---|---|
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 |
| Constructors in com.atlassian.bamboo.deployments.environments with parameters of type DeploymentResult | |
|---|---|
EnvironmentStatusImpl(Environment environment,
DeploymentResult deploymentResult)
|
|
EnvironmentStatusImpl(Environment environment,
DeploymentResult deploymentResult,
DeploymentResult latestResult)
|
|
| Uses of DeploymentResult in com.atlassian.bamboo.deployments.environments.actions |
|---|
| Methods in com.atlassian.bamboo.deployments.environments.actions that return DeploymentResult | |
|---|---|
DeploymentResult |
ViewEnvironment.getLatestDeploymentResult()
|
| Methods in com.atlassian.bamboo.deployments.environments.actions that return types with arguments of type DeploymentResult | |
|---|---|
java.util.List<DeploymentResult> |
ViewEnvironment.getDeploymentResults()
|
| Uses of DeploymentResult in com.atlassian.bamboo.deployments.execution |
|---|
| Constructors in com.atlassian.bamboo.deployments.execution with parameters of type DeploymentResult | |
|---|---|
DeploymentContextImpl(DeploymentProject deploymentProject,
DeploymentResult deploymentResult,
java.util.List<TaskDefinition> taskDefinitions,
java.util.Map<java.lang.String,java.lang.String> artifactHandlerConfiguration,
VariableContext variableContext,
java.util.Map<java.lang.Long,RepositoryDefinition> repositoryDefinitionMap,
java.util.Map<java.lang.String,Artifact> versionArtifacts,
DeploymentVersion previousVersion)
|
|
| Uses of DeploymentResult in com.atlassian.bamboo.deployments.execution.actions |
|---|
| Methods in com.atlassian.bamboo.deployments.execution.actions that return DeploymentResult | |
|---|---|
DeploymentResult |
ViewDeploymentResult.getDeploymentResult()
|
DeploymentResult |
DeleteDeploymentResult.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 | |
|---|---|
void |
DeploymentExecutionServiceImpl.stop(DeploymentResult deploymentResult,
java.lang.Long agentId)
|
void |
DeploymentExecutionService.stop(DeploymentResult deploymentResult,
java.lang.Long agentId)
Stops the execution of a running deployment |
| Uses of DeploymentResult in com.atlassian.bamboo.deployments.notification |
|---|
| Methods in com.atlassian.bamboo.deployments.notification with parameters of type DeploymentResult | |
|---|---|
void |
DeploymentStartedNotification.setDeploymentResult(DeploymentResult deploymentResult)
|
void |
DeploymentFinishedNotification.setDeploymentResult(DeploymentResult deploymentResult)
|
void |
DeploymentResultAwareNotificationRecipient.setDeploymentResult(DeploymentResult deploymentResult)
|
| Uses of DeploymentResult in com.atlassian.bamboo.deployments.results |
|---|
| Classes in com.atlassian.bamboo.deployments.results that implement DeploymentResult | |
|---|---|
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 | |
|---|---|
MutableDeploymentResult |
DeploymentResultDaoImpl.getLastResultBefore(DeploymentResult deploymentResult)
|
MutableDeploymentResult |
DeploymentResultDao.getLastResultBefore(DeploymentResult deploymentResult)
|
| Uses of DeploymentResult in com.atlassian.bamboo.deployments.results.service |
|---|
| Methods in com.atlassian.bamboo.deployments.results.service that return DeploymentResult | |
|---|---|
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.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 |
| Methods in com.atlassian.bamboo.deployments.results.service that return types with arguments of type DeploymentResult | |
|---|---|
java.util.List<DeploymentResult> |
DeploymentResultServiceImpl.getDeploymentResultsByLifeCycleState(java.util.Collection<LifeCycleState> lifeCycleStates)
|
java.util.List<DeploymentResult> |
DeploymentResultService.getDeploymentResultsByLifeCycleState(java.util.Collection<LifeCycleState> lifeCycleStates)
|
java.util.List<DeploymentResult> |
DeploymentResultServiceImpl.getDeploymentResultsForEnvironment(long environmentId)
|
java.util.List<DeploymentResult> |
DeploymentResultService.getDeploymentResultsForEnvironment(long environmentId)
Get all deployment results for deployment. |
| Methods in com.atlassian.bamboo.deployments.results.service with parameters of type DeploymentResult | |
|---|---|
DeploymentResult |
DeploymentResultServiceImpl.getLastResultBefore(DeploymentResult deploymentResult)
|
DeploymentResult |
DeploymentResultService.getLastResultBefore(DeploymentResult deploymentResult)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||