Uses of Interface
com.atlassian.bamboo.deployments.environments.Environment

Packages that use Environment
com.atlassian.bamboo.build.strategy   
com.atlassian.bamboo.configuration.agent   
com.atlassian.bamboo.deployments   
com.atlassian.bamboo.deployments.environments   
com.atlassian.bamboo.deployments.environments.actions   
com.atlassian.bamboo.deployments.environments.actions.agents   
com.atlassian.bamboo.deployments.environments.actions.triggers   
com.atlassian.bamboo.deployments.environments.actions.variable   
com.atlassian.bamboo.deployments.environments.persistence   
com.atlassian.bamboo.deployments.environments.service   
com.atlassian.bamboo.deployments.execution.actions   
com.atlassian.bamboo.deployments.execution.service   
com.atlassian.bamboo.deployments.execution.triggering   
com.atlassian.bamboo.deployments.projects   
com.atlassian.bamboo.deployments.projects.actions   
com.atlassian.bamboo.deployments.projects.service   
com.atlassian.bamboo.deployments.results   
com.atlassian.bamboo.deployments.results.service   
com.atlassian.bamboo.deployments.runtime   
com.atlassian.bamboo.task.repository   
com.atlassian.bamboo.ww2.actions.agent   
com.atlassian.bamboo.ww2.actions.build.admin.config.task   
com.atlassian.bamboo.ww2.aware.permissions   
 

Uses of Environment in com.atlassian.bamboo.build.strategy
 

Methods in com.atlassian.bamboo.build.strategy with parameters of type Environment
 void DeploymentProjectPlanUpdateAwareBuildStrategy.validateDeploymentProjectPlanUpdate(ImmutableChain oldPlan, ImmutableChain newPlan, Environment environment, java.util.List<EnvironmentTriggerValidationError> triggerValidationErrors)
           
 void CronTriggerBuildStrategy.validateDeploymentProjectPlanUpdate(ImmutableChain oldPlan, ImmutableChain newPlan, Environment environment, java.util.List<EnvironmentTriggerValidationError> triggerValidationErrors)
           
 void AfterSuccessfulPlanTrigger.validateDeploymentProjectPlanUpdate(ImmutableChain oldPlan, ImmutableChain newPlan, Environment environment, java.util.List<EnvironmentTriggerValidationError> triggerValidationErrors)
           
 

Uses of Environment in com.atlassian.bamboo.configuration.agent
 

Methods in com.atlassian.bamboo.configuration.agent that return Environment
 Environment ViewRejectedRequirements.getEnvironment()
           
 Environment ViewAgents.getEnvironment()
           
 

Uses of Environment in com.atlassian.bamboo.deployments
 

Methods in com.atlassian.bamboo.deployments that return Environment
static Environment DeploymentTaskContextHelper.getEnvironment(java.util.Map<java.lang.String,java.lang.Object> context)
           
 

Methods in com.atlassian.bamboo.deployments with parameters of type Environment
static void DeploymentTaskContextHelper.setEnvironment(java.util.Map<java.lang.String,java.lang.Object> context, Environment environment)
           
 

Uses of Environment in com.atlassian.bamboo.deployments.environments
 

Classes in com.atlassian.bamboo.deployments.environments that implement Environment
 class EnvironmentImpl
           
 class EnvironmentWithConfigCounts
          Extended environment bean with some more data for UI
 

Methods in com.atlassian.bamboo.deployments.environments that return Environment
 Environment EnvironmentWithConfigCounts.getEnvironment()
           
 Environment EnvironmentStatusImpl.getEnvironment()
           
 Environment EnvironmentTriggerValidationError.getEnvironment()
           
 Environment EnvironmentStatus.getEnvironment()
          Environment represented by the status
 

Methods in com.atlassian.bamboo.deployments.environments with parameters of type Environment
 java.util.Set<Requirement> DeploymentTaskRequirementSupport.calculateRequirements(TaskDefinition taskDefinition, Environment environment)
          Populates the RequirementSet needed based off of the TaskDefinition
 java.util.List<RepositoryDefinition> RepositoryAwareDeploymentTaskConfigurator.getRepositoriesUsedByTask(TaskDefinition taskDefinition, Environment environment)
           
 

Constructors in com.atlassian.bamboo.deployments.environments with parameters of type Environment
EnvironmentImpl(Environment environment, Operations operations)
           
EnvironmentStatusImpl(Environment environment, DeploymentResult deploymentResult)
           
EnvironmentStatusImpl(Environment environment, DeploymentResult deploymentResult, DeploymentResult latestResult)
           
EnvironmentTriggerValidationError(Environment environment, BuildStrategy buildStrategy, java.lang.String errorMessage)
           
EnvironmentWithConfigCounts(Environment environment, int agentsNumber, int notificationsNumber, int variablesNumber)
           
 

Uses of Environment in com.atlassian.bamboo.deployments.environments.actions
 

Fields in com.atlassian.bamboo.deployments.environments.actions declared as Environment
protected  Environment ConfigureEnvironmentTasks.environment
           
 

Methods in com.atlassian.bamboo.deployments.environments.actions that return Environment
 Environment ViewEnvironment.getEnvironment()
           
 Environment MoveEnvironment.getEnvironment()
           
 Environment DeleteEnvironment.getEnvironment()
           
 Environment CreateEnvironment.getEnvironment()
           
 Environment ConfigureEnvironmentTasks.getEnvironment()
           
 Environment ConfigureEnvironmentPermissions.getEnvironment()
           
 Environment ConfigureEnvironmentNotifications.getEnvironment()
           
 Environment ConfigureEnvironment.getEnvironment()
           
 Environment DeleteEnvironment.getSecuredDomainObject()
           
 Environment ConfigureEnvironmentTasks.getSecuredDomainObject()
           
 Environment ConfigureEnvironmentPermissions.getSecuredDomainObject()
           
 Environment ConfigureEnvironmentNotifications.getSecuredDomainObject()
           
 Environment ConfigureEnvironment.getSecuredDomainObject()
           
 Environment CloneEnvironment.getSourceEnvironment()
           
 

Methods in com.atlassian.bamboo.deployments.environments.actions with parameters of type Environment
 void ConfigureEnvironmentTasks.setEnvironment(Environment environment)
           
 

Uses of Environment in com.atlassian.bamboo.deployments.environments.actions.agents
 

Methods in com.atlassian.bamboo.deployments.environments.actions.agents that return Environment
 Environment ConfigureEnvironmentAgents.getEnvironment()
           
 Environment ConfigureEnvironmentAgents.getSecuredDomainObject()
           
 

Methods in com.atlassian.bamboo.deployments.environments.actions.agents with parameters of type Environment
 void ConfigureEnvironmentAgents.setEnvironment(Environment environment)
           
 

Uses of Environment in com.atlassian.bamboo.deployments.environments.actions.triggers
 

Fields in com.atlassian.bamboo.deployments.environments.actions.triggers declared as Environment
protected  Environment ConfigureEnvironmentTriggers.environment
           
 

Methods in com.atlassian.bamboo.deployments.environments.actions.triggers that return Environment
 Environment ConfigureEnvironmentTriggers.getEnvironment()
           
 Environment ConfigureEnvironmentTriggers.getSecuredDomainObject()
           
 

Uses of Environment in com.atlassian.bamboo.deployments.environments.actions.variable
 

Methods in com.atlassian.bamboo.deployments.environments.actions.variable that return Environment
 Environment ConfigureVariablesForEnvironment.getEnvironment()
           
 Environment ConfigureVariablesForEnvironment.getSecuredDomainObject()
           
 

Uses of Environment in com.atlassian.bamboo.deployments.environments.persistence
 

Methods in com.atlassian.bamboo.deployments.environments.persistence that return Environment
 Environment MutableEnvironmentImpl.getImmutableEnvironment()
           
 Environment MutableEnvironment.getImmutableEnvironment()
          Generate an immutable version based on this mutable version.
 

Uses of Environment in com.atlassian.bamboo.deployments.environments.service
 

Methods in com.atlassian.bamboo.deployments.environments.service that return Environment
 Environment EnvironmentServiceImpl.addEnvironment(long deploymentProjectId, java.lang.String name, java.lang.String description)
           
 Environment EnvironmentService.addEnvironment(long deploymentProjectId, java.lang.String name, java.lang.String description)
          Creates a new environment in the specified deployment project.
 Environment EnvironmentServiceImpl.cloneEnvironment(long deploymentProjectId, long environmentId, java.lang.String name, java.lang.String description)
           
 Environment EnvironmentService.cloneEnvironment(long deploymentProjectId, long environmentId, java.lang.String name, java.lang.String description)
          Create new environment as a clone of existing one
 Environment EnvironmentServiceImpl.editEnvironment(long environmentId, java.lang.String name, java.lang.String description)
           
 Environment EnvironmentService.editEnvironment(long environmentId, java.lang.String name, java.lang.String description)
          Edit the details of an existing environment
 Environment EnvironmentServiceImpl.getEnvironment(long environmentId)
           
 Environment EnvironmentService.getEnvironment(long environmentId)
          Get specific environment by ID.
 

Methods in com.atlassian.bamboo.deployments.environments.service that return types with arguments of type Environment
 java.lang.Iterable<Environment> EnvironmentServiceImpl.getAllEnvironments()
           
 java.lang.Iterable<Environment> EnvironmentService.getAllEnvironments()
          Retrieve all Environment defined in the system.
 java.lang.Iterable<Environment> EnvironmentServiceImpl.getAllEnvironmentsNoUserContext()
           
 java.lang.Iterable<Environment> EnvironmentService.getAllEnvironmentsNoUserContext()
          Retrieve all Environment defined in the system without filling in operations permitted for the user.
 java.util.List<Environment> EnvironmentServiceImpl.getEnvironmentsForDeploymentProject(long deploymentProjectId)
           
 java.util.List<Environment> EnvironmentService.getEnvironmentsForDeploymentProject(long deploymentProjectId)
          Get all environments for a particular deployment project.
 

Methods in com.atlassian.bamboo.deployments.environments.service with parameters of type Environment
 java.util.List<RepositoryDefinition> EnvironmentServiceImpl.getRepositoryDefinitionsForEnvironment(Environment environment)
           
 java.util.List<RepositoryDefinition> EnvironmentService.getRepositoryDefinitionsForEnvironment(Environment environment)
          Retrieves all repositories used in environment source checkout tasks
 void EnvironmentServiceImpl.startAllTriggers(Environment environment)
           
 void EnvironmentService.startAllTriggers(Environment environment)
          Start all automatic triggering on InternalEnvironment
 void EnvironmentServiceImpl.stopAllTriggers(Environment environment)
           
 void EnvironmentService.stopAllTriggers(Environment environment)
          Stop all automatic triggering on InternalEnvironment
 void EnvironmentTaskServiceImpl.updateRepositoryIdsInTasks(Environment environment, java.util.Map<java.lang.Long,java.lang.Long> repositoryIdsChanges)
           
 void EnvironmentTaskService.updateRepositoryIdsInTasks(Environment environment, java.util.Map<java.lang.Long,java.lang.Long> repositoryIdsChanges)
           
 

Uses of Environment in com.atlassian.bamboo.deployments.execution.actions
 

Methods in com.atlassian.bamboo.deployments.execution.actions that return Environment
 Environment ViewDeploymentResult.getEnvironment()
           
 Environment StopDeployment.getEnvironment()
           
 Environment ExecuteManualDeployment.getEnvironment()
           
 Environment DeleteDeploymentResult.getEnvironment()
           
 Environment StopDeployment.getSecuredDomainObject()
           
 Environment ExecuteManualDeployment.getSecuredDomainObject()
           
 Environment DeleteDeploymentResult.getSecuredDomainObject()
           
 

Uses of Environment in com.atlassian.bamboo.deployments.execution.service
 

Methods in com.atlassian.bamboo.deployments.execution.service with parameters of type Environment
 DeploymentContext DeploymentExecutionServiceImpl.prepareDeploymentContext(Environment environment, DeploymentVersion deploymentVersion, TriggerReason triggerReason)
           
 DeploymentContext DeploymentExecutionService.prepareDeploymentContext(Environment environment, DeploymentVersion deploymentVersion, TriggerReason triggerReason)
          Prepare DeploymentContext out of Environment and DeploymentVersion
 

Uses of Environment in com.atlassian.bamboo.deployments.execution.triggering
 

Methods in com.atlassian.bamboo.deployments.execution.triggering with parameters of type Environment
 EnvironmentTriggeringAction EnvironmentTriggeringActionFactoryImpl.createAfterSuccessfulPlanEnvironmentTriggerAction(Environment environment, PlanResultKey planResultKey)
           
 EnvironmentTriggeringAction EnvironmentTriggeringActionFactory.createAfterSuccessfulPlanEnvironmentTriggerAction(Environment environment, PlanResultKey planResultKey)
          Creates EnvironmentTriggeringAction used when Environment is triggered by a successful execution of a Chain
 EnvironmentTriggeringAction EnvironmentTriggeringActionFactoryImpl.createManualEnvironmentTriggeringAction(Environment environment, DeploymentVersion version, com.atlassian.user.User user)
           
 EnvironmentTriggeringAction EnvironmentTriggeringActionFactory.createManualEnvironmentTriggeringAction(Environment environment, DeploymentVersion version, com.atlassian.user.User user)
          Creates EnvironmentTriggeringAction used during manual execution of Environment.
 EnvironmentTriggeringAction EnvironmentTriggeringActionFactoryImpl.createScheduledEnvironmentTriggeringAction(Environment environment, PlanKey sourceBranchKey)
           
 EnvironmentTriggeringAction EnvironmentTriggeringActionFactory.createScheduledEnvironmentTriggeringAction(Environment environment, PlanKey sourceBranchKey)
          Creates EnvironmentTriggeringAction used during scheduled execution of Environment.
 

Constructors in com.atlassian.bamboo.deployments.execution.triggering with parameters of type Environment
AfterSuccessfulPlanEnvironmentTriggeringAction(DeploymentExecutionService deploymentExecutionService, DeploymentVersionService deploymentVersionService, DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager, ResultsSummaryManager resultsSummaryManager, Environment environment, PlanResultKey planResultKey, TriggerManager triggerManager)
           
ManualEnvironmentTriggeringAction(DeploymentExecutionService deploymentExecutionService, TriggerManager triggerManager, Environment environment, DeploymentVersion version, com.atlassian.user.User user)
           
ScheduledEnvironmentTriggeringAction(Environment environment, PlanKey sourceBranchKey, DeploymentExecutionService deploymentExecutionService, DeploymentVersionService deploymentVersionService, DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager, TriggerManager triggerManager, ResultsSummaryManager resultsSummaryManager)
           
 

Uses of Environment in com.atlassian.bamboo.deployments.projects
 

Methods in com.atlassian.bamboo.deployments.projects that return types with arguments of type Environment
 java.util.List<Environment> DeploymentProjectImpl.getEnvironments()
           
 java.util.List<? extends Environment> DeploymentProjectIdentifier.getEnvironments()
           
 java.util.List<? extends Environment> DeploymentProject.getEnvironments()
           
 

Uses of Environment in com.atlassian.bamboo.deployments.projects.actions
 

Methods in com.atlassian.bamboo.deployments.projects.actions that return types with arguments of type Environment
 java.util.List<Environment> ViewDeploymentProjects.getEnvironments()
           
 java.util.List<Environment> ViewDeploymentProjects.DeploymentVersionWithEnvironments.getEnvironments()
           
 

Constructor parameters in com.atlassian.bamboo.deployments.projects.actions with type arguments of type Environment
ViewDeploymentProjects.DeploymentVersionWithEnvironments(DeploymentVersion deploymentVersion, java.lang.Iterable<Environment> environments)
           
 

Uses of Environment in com.atlassian.bamboo.deployments.projects.service
 

Methods in com.atlassian.bamboo.deployments.projects.service that return types with arguments of type Environment
 java.util.Set<Environment> ArtifactValidationError.getEnvironments()
           
 

Uses of Environment in com.atlassian.bamboo.deployments.results
 

Methods in com.atlassian.bamboo.deployments.results that return Environment
 Environment DeploymentResultImpl.getEnvironment()
           
 Environment DeploymentResult.getEnvironment()
           
 

Constructors in com.atlassian.bamboo.deployments.results with parameters of type Environment
DeploymentResultImpl(MutableDeploymentResult deploymentResult, Environment environment, DeploymentVersion deploymentVersion, Operations operations)
           
 

Uses of Environment in com.atlassian.bamboo.deployments.results.service
 

Method parameters in com.atlassian.bamboo.deployments.results.service with type arguments of type Environment
 java.util.List<EnvironmentStatus> DeploymentResultServiceImpl.getLatestKnownDeploymentResultForEnvironments(java.lang.Iterable<? extends Environment> environments)
           
 java.util.List<EnvironmentStatus> DeploymentResultService.getLatestKnownDeploymentResultForEnvironments(java.lang.Iterable<? extends Environment> environments)
          Get the latest results that *actually* ran against a list of environments.
 

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

Methods in com.atlassian.bamboo.deployments.runtime with parameters of type Environment
 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 Environment
DeploymentInProgress(DeploymentResult deploymentResult, DeploymentVersion deploymentVersion, Environment environment, DeploymentProject deploymentProject)
           
 

Uses of Environment in com.atlassian.bamboo.task.repository
 

Methods in com.atlassian.bamboo.task.repository with parameters of type Environment
 java.util.Set<Requirement> AbstractRepositoryAwareTaskConfigurator.calculateRequirements(TaskDefinition taskDefinition, Environment environment)
           
 java.util.List<RepositoryDefinition> AbstractRepositoryAwareTaskConfigurator.getRepositoriesUsedByTask(TaskDefinition taskDefinition, Environment environment)
           
 

Uses of Environment in com.atlassian.bamboo.ww2.actions.agent
 

Constructors in com.atlassian.bamboo.ww2.actions.agent with parameters of type Environment
AgentAssignmentExecutableDetails(Environment environment, DeploymentProject deploymentProject, boolean capabilitiesMatch)
           
 

Uses of Environment in com.atlassian.bamboo.ww2.actions.build.admin.config.task
 

Methods in com.atlassian.bamboo.ww2.actions.build.admin.config.task with parameters of type Environment
 TaskOwner TaskOwnerFactory.createEnvironmentTaskOwner(Environment environment)
           
 

Constructors in com.atlassian.bamboo.ww2.actions.build.admin.config.task with parameters of type Environment
EnvironmentTaskOwner(Environment environment, DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager)
           
 

Uses of Environment in com.atlassian.bamboo.ww2.aware.permissions
 

Methods in com.atlassian.bamboo.ww2.aware.permissions that return Environment
 Environment DeploymentEnvironmentExecuteSecurityAware.getSecuredDomainObject()
           
 Environment DeploymentEnvironmentEditSecurityAware.getSecuredDomainObject()
           
 



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