|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
| Methods in com.atlassian.bamboo.deployments.environments that return Environment | |
|---|---|
Environment |
EnvironmentStatusImpl.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)
|
|
| 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()
|
| 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.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 |
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 |
|---|
| 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()
|
java.util.List<? extends Environment> |
ConfigureDeploymentProject.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.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()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||