Uses of Interface
com.atlassian.bamboo.deployments.results.DeploymentResult

Packages that use DeploymentResult
com.atlassian.bamboo.deployments.environments   
com.atlassian.bamboo.deployments.environments.actions   
com.atlassian.bamboo.deployments.environments.index   
com.atlassian.bamboo.deployments.execution   
com.atlassian.bamboo.deployments.execution.actions   
com.atlassian.bamboo.deployments.execution.service   
com.atlassian.bamboo.deployments.notification   
com.atlassian.bamboo.deployments.results   
com.atlassian.bamboo.deployments.results.persistence   
com.atlassian.bamboo.deployments.results.service   
com.atlassian.bamboo.deployments.runtime   
 

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.environments.index
 

Constructors in com.atlassian.bamboo.deployments.environments.index with parameters of type DeploymentResult
IndexedEnvironmentImpl(InternalDeploymentProject project, InternalEnvironment environment, DeploymentResult latestResult, PlanResultKey latestVersionPlanResultKey)
           
 

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, java.lang.Iterable<CredentialsData> sharedCredentials)
           
 

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)
           
 MutableDeploymentResult DeploymentResultDaoImpl.getLastResultInStatesBefore(DeploymentResult deploymentResult, java.util.EnumSet<BuildState> buildStates)
           
 MutableDeploymentResult DeploymentResultDao.getLastResultInStatesBefore(DeploymentResult deploymentResult, java.util.EnumSet<BuildState> buildStates)
           
 MutableDeploymentResult DeploymentResultDaoImpl.getRollbackDeploymentResultBeforeStartedDate(DeploymentResult deploymentResult)
           
 MutableDeploymentResult DeploymentResultDao.getRollbackDeploymentResultBeforeStartedDate(DeploymentResult deploymentResult)
          Find the result successfully deployed on same environment before given deployment result coming from different deployment version
 

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.getLastResultInStatesBefore(DeploymentResult deploymentResult, java.util.EnumSet<BuildState> buildStates)
           
 DeploymentResult DeploymentResultService.getLastResultInStatesBefore(DeploymentResult deploymentResult, java.util.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
 

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.getDeploymentResultsForDeploymentVersionFinishedBefore(long deploymentVersionId, java.util.Date finishDate)
           
 java.util.List<DeploymentResult> DeploymentResultService.getDeploymentResultsForDeploymentVersionFinishedBefore(long deploymentVersionId, java.util.Date finishDate)
          Get all deployment results for deployment version finished before given date.
 java.util.List<DeploymentResult> DeploymentResultServiceImpl.getDeploymentResultsForEnvironment(long environmentId)
           
 java.util.List<DeploymentResult> DeploymentResultService.getDeploymentResultsForEnvironment(long environmentId)
          Get all deployment results for environment.
 java.util.List<DeploymentResult> DeploymentResultServiceImpl.getDeploymentResultsForEnvironment(long environmentId, int offset, int maxResults)
           
 java.util.List<DeploymentResult> DeploymentResultService.getDeploymentResultsForEnvironment(long environmentId, int offset, int maxResults)
          Get deployment results for deployment.
 java.util.List<DeploymentResult> DeploymentResultServiceImpl.getResultsWhereDeploymentVersionIsDeployedNow(java.util.List<java.lang.Long> environmentsId, long deploymentVersionId)
           
 java.util.List<DeploymentResult> DeploymentResultService.getResultsWhereDeploymentVersionIsDeployedNow(java.util.List<java.lang.Long> environmentsId, long deploymentVersionId)
           
 

Methods in com.atlassian.bamboo.deployments.results.service with parameters of type DeploymentResult
 DeploymentResult DeploymentResultServiceImpl.getLastResultBefore(DeploymentResult deploymentResult)
           
 DeploymentResult DeploymentResultService.getLastResultBefore(DeploymentResult deploymentResult)
           
 DeploymentResult DeploymentResultServiceImpl.getLastResultInStatesBefore(DeploymentResult deploymentResult, java.util.EnumSet<BuildState> buildStates)
           
 DeploymentResult DeploymentResultService.getLastResultInStatesBefore(DeploymentResult deploymentResult, java.util.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.
 

Uses of DeploymentResult in com.atlassian.bamboo.deployments.runtime
 

Methods in com.atlassian.bamboo.deployments.runtime with parameters of type DeploymentResult
 void DeploymentsInProgressServiceImpl.onDeploymentTriggered(DeploymentResult deploymentResult, DeploymentVersion deploymentVersion, Environment environment, DeploymentProject deploymentProject)
           
 void DeploymentsInProgressService.onDeploymentTriggered(DeploymentResult deploymentResult, DeploymentVersion deploymentVersion, Environment environment, DeploymentProject deploymentProject)
           
 

Constructors in com.atlassian.bamboo.deployments.runtime with parameters of type DeploymentResult
DeploymentInProgress(DeploymentResult deploymentResult, DeploymentVersion deploymentVersion, Environment environment, DeploymentProject deploymentProject)
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.