|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of EnvironmentService in com.atlassian.bamboo.agent.elastic.schedule |
---|
Constructors in com.atlassian.bamboo.agent.elastic.schedule with parameters of type EnvironmentService | |
---|---|
ElasticRunningInstancesOptimizerImpl(BuildQueueManager buildQueueManager,
AgentManager agentManager,
CachedPlanManager cachedPlanManager,
ElasticInstanceManager elasticInstanceManager,
ElasticAccountBean elasticAccountBean,
BuildExecutionManager buildExecutionManager,
BambooLicenseManager bambooLicenseManager,
ResultsSummaryManager resultsSummaryManager,
AdministrationConfigurationAccessor administrationConfigurationAccessor,
com.opensymphony.xwork2.TextProvider textProvider,
AwsAccountBean awsAccountBean,
ExecutableAgentsHelper executableAgentsHelper,
EnvironmentService environmentService,
DeploymentResultService deploymentResultService)
|
Uses of EnvironmentService in com.atlassian.bamboo.buildqueue.manager |
---|
Constructors in com.atlassian.bamboo.buildqueue.manager with parameters of type EnvironmentService | |
---|---|
AgentAssignmentServiceImpl(AgentAssignmentDao agentAssignmentDao,
org.springframework.transaction.support.TransactionTemplate transactionTemplate,
org.springframework.orm.hibernate3.HibernateTemplate hibernateTemplate,
ProjectManager projectManager,
CachedPlanManager cachedPlanManager,
DeploymentProjectService deploymentProjectService,
EnvironmentService environmentService,
com.atlassian.event.api.EventPublisher eventPublisher,
CapabilitySetManager capabilitySetManager,
CapabilityRequirementsMatcher capabilityRequirementsMatcher)
|
Uses of EnvironmentService in com.atlassian.bamboo.configuration.agent |
---|
Methods in com.atlassian.bamboo.configuration.agent with parameters of type EnvironmentService | |
---|---|
void |
ViewRejectedRequirements.setEnvironmentService(EnvironmentService environmentService)
|
void |
ViewAgents.setEnvironmentService(EnvironmentService environmentService)
|
void |
ConfigureAgentAssignments.setEnvironmentService(EnvironmentService environmentService)
|
Uses of EnvironmentService in com.atlassian.bamboo.deployments.environments.actions |
---|
Fields in com.atlassian.bamboo.deployments.environments.actions declared as EnvironmentService | |
---|---|
protected EnvironmentService |
ConfigureEnvironmentTasks.environmentService
|
protected EnvironmentService |
DeleteEnvironment.environmentService
|
Methods in com.atlassian.bamboo.deployments.environments.actions with parameters of type EnvironmentService | |
---|---|
void |
ConfigureEnvironment.setEnvironmentService(EnvironmentService environmentService)
|
void |
MoveEnvironment.setEnvironmentService(EnvironmentService environmentService)
|
void |
ViewEnvironment.setEnvironmentService(EnvironmentService environmentService)
|
void |
CreateEnvironment.setEnvironmentService(EnvironmentService environmentService)
|
void |
CloneEnvironment.setEnvironmentService(EnvironmentService environmentService)
|
void |
ConfigureEnvironmentPermissions.setEnvironmentService(EnvironmentService environmentService)
|
void |
ConfigureEnvironmentTasks.setEnvironmentService(EnvironmentService environmentService)
|
void |
ConfigureEnvironmentNotifications.setEnvironmentService(EnvironmentService environmentService)
|
void |
DeleteEnvironment.setEnvironmentService(EnvironmentService environmentService)
|
Uses of EnvironmentService in com.atlassian.bamboo.deployments.environments.actions.agents |
---|
Methods in com.atlassian.bamboo.deployments.environments.actions.agents with parameters of type EnvironmentService | |
---|---|
void |
ConfigureEnvironmentAgents.setEnvironmentService(EnvironmentService environmentService)
|
Uses of EnvironmentService in com.atlassian.bamboo.deployments.environments.actions.tasks |
---|
Methods in com.atlassian.bamboo.deployments.environments.actions.tasks with parameters of type EnvironmentService | |
---|---|
void |
DescribeAgentAvailability.setEnvironmentService(EnvironmentService environmentService)
|
Uses of EnvironmentService in com.atlassian.bamboo.deployments.environments.actions.variable |
---|
Methods in com.atlassian.bamboo.deployments.environments.actions.variable with parameters of type EnvironmentService | |
---|---|
void |
ConfigureVariablesForEnvironment.setEnvironmentService(EnvironmentService environmentService)
|
Uses of EnvironmentService in com.atlassian.bamboo.deployments.environments.events |
---|
Constructors in com.atlassian.bamboo.deployments.environments.events with parameters of type EnvironmentService | |
---|---|
EnvironmentEventListener(EnvironmentService environmentService,
EnvironmentTriggerService environmentTriggerService,
TriggerTypeManager triggerTypeManager)
|
Uses of EnvironmentService in com.atlassian.bamboo.deployments.environments.index |
---|
Constructors in com.atlassian.bamboo.deployments.environments.index with parameters of type EnvironmentService | |
---|---|
EnvironmentIndexerImpl(com.atlassian.bonnie.ILuceneConnection luceneConnection,
com.atlassian.bandana.BandanaManager bandanaManager,
com.atlassian.config.db.HibernateConfig hibernateConfig,
IndexerService indexerService,
DeploymentResultService deploymentResultService,
DeploymentProjectService deploymentProjectService,
DeploymentVersionService deploymentVersionService,
EnvironmentService environmentService,
com.atlassian.event.api.EventPublisher eventPublisher)
|
Uses of EnvironmentService in com.atlassian.bamboo.deployments.environments.service |
---|
Classes in com.atlassian.bamboo.deployments.environments.service that implement EnvironmentService | |
---|---|
class |
EnvironmentServiceImpl
|
Constructors in com.atlassian.bamboo.deployments.environments.service with parameters of type EnvironmentService | |
---|---|
EnvironmentDeletionServiceImpl(BambooTransactionHibernateTemplate bambooTransactionHibernateTemplate,
DeploymentResultDeletionService deploymentResultDeletionService,
EnvironmentDao environmentDao,
EnvironmentRepositoryLinkDao environmentRepositoryLinkDao,
HibernateMutableAclService aclService,
VariableDefinitionDao variableDefinitionDao,
AgentAssignmentService agentAssignmentService,
EnvironmentService environmentService,
com.atlassian.event.api.EventPublisher eventPublisher,
ScopedExclusionService scopedExclusionService,
DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService)
|
Uses of EnvironmentService in com.atlassian.bamboo.deployments.execution.service |
---|
Constructors in com.atlassian.bamboo.deployments.execution.service with parameters of type EnvironmentService | |
---|---|
DeploymentExecutionServiceImpl(AdministrationConfigurationAccessor administrationConfigurationAccessor,
BuildLoggerManager buildLoggerManager,
DeploymentResultService deploymentResultService,
EnvironmentService environmentService,
ErrorUpdateHandler errorUpdateHandler,
com.atlassian.event.api.EventPublisher eventPublisher,
FeatureManager featureManager,
PlanExecutionLockService planExecutionLockService,
TaskManager taskManager,
VariableDefinitionManager variableDefinitionManager,
DeploymentVersionService deploymentVersionService,
ExecutionPhaseService executionPhaseService,
DeploymentProjectService deploymentProjectService,
CredentialsAccessor credentialsAccessor,
DeploymentsInProgressService deploymentsInProgressService,
CachedPlanManager cachedPlanManager,
CustomVariableContextRunner customVariableContextRunner)
|
Uses of EnvironmentService in com.atlassian.bamboo.deployments.expiry |
---|
Constructors in com.atlassian.bamboo.deployments.expiry with parameters of type EnvironmentService | |
---|---|
DeploymentExpiryServiceImpl(AdministrationConfigurationAccessor administrationConfigurationAccessor,
com.atlassian.bandana.BandanaManager bandanaManager,
DeploymentProjectService deploymentProjectService,
DeploymentResultDeletionService deploymentResultDeletionService,
DeploymentResultService deploymentResultService,
DeploymentVersionDeletionService deploymentVersionDeletionService,
DeploymentVersionService deploymentVersionService,
EnvironmentService environmentService)
|
Uses of EnvironmentService in com.atlassian.bamboo.deployments.notification |
---|
Constructors in com.atlassian.bamboo.deployments.notification with parameters of type EnvironmentService | |
---|---|
DeploymentNotificationEventListener(BuildQueueManager buildQueueManager,
DeploymentResultService deploymentResultService,
EnvironmentService environmentService,
NotificationDispatcher notificationDispatcher)
|
Uses of EnvironmentService in com.atlassian.bamboo.deployments.projects |
---|
Constructors in com.atlassian.bamboo.deployments.projects with parameters of type EnvironmentService | |
---|---|
DeploymentProjectImpl(DeploymentProject deploymentProject,
EnvironmentService environmentService,
Operations operations)
|
|
DeploymentProjectImpl(MutableDeploymentProject deploymentProject,
EnvironmentService environmentService)
|
Uses of EnvironmentService in com.atlassian.bamboo.deployments.projects.actions |
---|
Methods in com.atlassian.bamboo.deployments.projects.actions with parameters of type EnvironmentService | |
---|---|
void |
ConfigureDeploymentProject.setEnvironmentService(EnvironmentService environmentService)
|
void |
ViewDeploymentProjects.setEnvironmentService(EnvironmentService environmentService)
|
Uses of EnvironmentService in com.atlassian.bamboo.deployments.projects.service |
---|
Constructors in com.atlassian.bamboo.deployments.projects.service with parameters of type EnvironmentService | |
---|---|
DeploymentProjectServiceImpl(ArtifactDefinitionManager artifactDefinitionManager,
BambooAclUpdateHelper aclUpdateHelper,
BambooAuthenticationContext authenticationContext,
BambooPermissionManager bambooPermissionManager,
CachedPlanManager cachedPlanManager,
DeploymentProjectDao deploymentProjectDao,
DeploymentResultService deploymentResultService,
EnvironmentDao environmentDao,
EnvironmentService environmentService,
EnvironmentTaskService environmentTaskService,
HibernateMutableAclService aclService,
com.opensymphony.xwork2.TextProvider textProvider,
ValidationService validationService,
VariableDefinitionManager variableDefinitionManager,
VersionNamingService versionNamingService,
DeploymentVersionService deploymentVersionService,
ResultsSummaryManager resultsSummaryManager,
com.atlassian.event.api.EventPublisher eventPublisher,
TriggerTypeManager triggerTypeManager,
PlanScheduler planScheduler)
|
Uses of EnvironmentService in com.atlassian.bamboo.deployments.results.service |
---|
Constructors in com.atlassian.bamboo.deployments.results.service with parameters of type EnvironmentService | |
---|---|
DeploymentResultServiceImpl(DeploymentResultDao deploymentResultDao,
DeploymentVersionDao deploymentVersionDao,
EnvironmentDao environmentDao,
EnvironmentService environmentService,
DeploymentVersionService deploymentVersionService,
VariableContextBaselineDao variableContextBaselineDao,
DeploymentVariableSubstitutionDao deploymentVariableSubstitutionDao,
DeploymentsInProgressService deploymentsInProgressService)
|
Uses of EnvironmentService in com.atlassian.bamboo.deployments.versions.actions |
---|
Fields in com.atlassian.bamboo.deployments.versions.actions declared as EnvironmentService | |
---|---|
protected EnvironmentService |
AbstractCreateDeploymentVersion.environmentService
|
Methods in com.atlassian.bamboo.deployments.versions.actions with parameters of type EnvironmentService | |
---|---|
void |
AbstractCreateDeploymentVersion.setEnvironmentService(EnvironmentService environmentService)
|
Uses of EnvironmentService in com.atlassian.bamboo.deployments.versions.service |
---|
Constructors in com.atlassian.bamboo.deployments.versions.service with parameters of type EnvironmentService | |
---|---|
DeploymentVersionDeletionServiceImpl(BambooTransactionHibernateTemplate bambooTransactionHibernateTemplate,
DeploymentResultDeletionService deploymentResultDeletionService,
DeploymentResultService deploymentResultService,
DeploymentVersionDao deploymentVersionDao,
DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService,
DeploymentVersionLinkedJiraIssueDao deploymentVersionLinkedJiraIssueDao,
DeploymentVersionVcsChangesetDao deploymentVersionVcsChangesetDao,
VariableDefinitionDao variableDefinitionDao,
CommentDao commentDao,
ArtifactManager artifactManager,
com.atlassian.event.api.EventPublisher eventPublisher,
EnvironmentService environmentService,
DeploymentProjectService deploymentProjectService)
|
|
DeploymentVersionServiceImpl(DeploymentProjectDao deploymentProjectDao,
DeploymentVersionDao deploymentVersionDao,
ResultsSummaryManager resultsSummaryManager,
DeploymentVersionChainResultDataCollector deploymentVersionChainResultDataCollector,
com.opensymphony.xwork2.TextProvider textProvider,
DeploymentVersionVcsChangesetDao deploymentVersionVcsChangesetDao,
DeploymentVersionLinkedJiraIssueDao deploymentVersionLinkedJiraIssueDao,
VersionNamingService versionNamingService,
EnvironmentService environmentService,
BambooPermissionManager bambooPermissionManager,
GravatarService gravatarService,
BambooUserManager bambooUserService,
VariableDefinitionManager variableDefinitionManager,
VariableDefinitionFactory variableDefinitionFactory,
CustomVariableContext customVariableContext,
com.atlassian.event.api.EventPublisher eventPublisher,
CachedPlanManager cachedPlanManager,
ScopedExclusionService scopedExclusionService,
ResultsSummaryVariableAccessor resultsSummaryVariableAccessor)
|
Uses of EnvironmentService in com.atlassian.bamboo.plugin.servlet |
---|
Constructors in com.atlassian.bamboo.plugin.servlet with parameters of type EnvironmentService | |
---|---|
EnvironmentArtifactDownloadStrategy(AdministrationConfigurationAccessor administrationConfigurationAccessor,
BambooContentTypeResolver bambooContentTypeResolver,
BambooPermissionManager bambooPermissionManager,
BambooAuthenticationContext authenticationContext,
EnvironmentService environmentService)
|
Uses of EnvironmentService in com.atlassian.bamboo.plugins.artifact |
---|
Constructors in com.atlassian.bamboo.plugins.artifact with parameters of type EnvironmentService | |
---|---|
ArtifactDownloaderTaskEventListener(CachedPlanManager cachedPlanManager,
EnvironmentService environmentService,
EnvironmentTaskService environmentTaskService,
TaskConfigurationService taskConfigurationService)
|
Uses of EnvironmentService in com.atlassian.bamboo.plugins.rest.deployments.environments |
---|
Constructors in com.atlassian.bamboo.plugins.rest.deployments.environments with parameters of type EnvironmentService | |
---|---|
DeploymentEnvironmentResource(EnvironmentService environmentService,
DeploymentResultService deploymentResultService)
|
Uses of EnvironmentService in com.atlassian.bamboo.plugins.rest.deployments.execution |
---|
Constructors in com.atlassian.bamboo.plugins.rest.deployments.execution with parameters of type EnvironmentService | |
---|---|
DeploymentPreviewResource(DeploymentVersionService deploymentVersionService,
EnvironmentService environmentService,
DeploymentProjectService deploymentProjectService,
DeploymentResultService deploymentResultService,
ResultsSummaryManager resultSummaryManager,
DeploymentVersionVcsChangesetService deploymentVersionVcsChangesetService,
DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService,
PlanRestService planRestService,
CustomVariableContext customVariableContext,
Jsonator jsonator,
CachedPlanManager cachedPlanManager)
|
Uses of EnvironmentService in com.atlassian.bamboo.plugins.rest.deployments.issues |
---|
Constructors in com.atlassian.bamboo.plugins.rest.deployments.issues with parameters of type EnvironmentService | |
---|---|
JiraIssueRelatedDeploymentsResource(DeploymentVersionService deploymentVersionService,
DeploymentProjectService deploymentProjectService,
EnvironmentService environmentService,
DeploymentResultService deploymentResultService,
AdministrationConfigurationAccessor administrationConfigurationAccessor)
|
Uses of EnvironmentService in com.atlassian.bamboo.plugins.rest.deployments.projects |
---|
Constructors in com.atlassian.bamboo.plugins.rest.deployments.projects with parameters of type EnvironmentService | |
---|---|
DeploymentProjectResource(DeploymentProjectService deploymentProjectService,
EnvironmentService environmentService,
DeploymentVersionService deploymentVersionService,
LinkedDeploymentProjectCacheService linkedDeploymentProjectCacheService)
|
Uses of EnvironmentService in com.atlassian.bamboo.plugins.rest.resource |
---|
Constructors in com.atlassian.bamboo.plugins.rest.resource with parameters of type EnvironmentService | |
---|---|
AgentAssignmentResource(PlanManager planManager,
CachedPlanManager cachedPlanManager,
DeploymentProjectService deploymentProjectService,
EnvironmentService environmentService,
PlanRestService planRestService,
ProjectManager projectManager,
AgentAssignmentService agentAssignmentService,
AgentManager agentManager,
ElasticImageConfigurationManager elasticImageConfigurationManager)
|
Uses of EnvironmentService in com.atlassian.bamboo.plugins.testutils.deployments |
---|
Constructors in com.atlassian.bamboo.plugins.testutils.deployments with parameters of type EnvironmentService | |
---|---|
DeploymentsTestServiceImpl(DeploymentExecutionService deploymentExecutionService,
DeploymentProjectService deploymentProjectService,
DeploymentResultService deploymentResultService,
DeploymentVersionService deploymentVersionService,
EnvironmentService environmentService,
ResultsSummaryManager resultsSummaryManager,
TriggerManager triggerManager)
|
Uses of EnvironmentService in com.atlassian.bamboo.repository |
---|
Constructors in com.atlassian.bamboo.repository with parameters of type EnvironmentService | |
---|---|
RepositoryConfigurationServiceImpl(PlanManager planManager,
RepositoryManager repositoryManager,
WebRepositoryViewerManager webRepositoryViewerManager,
RepositoryDefinitionManager repositoryDefinitionManager,
AuditLogService auditLogService,
TaskConfigurationService taskConfigurationService,
BuildDefinitionManager buildDefinitionManager,
ChainBranchManager chainBranchManager,
BranchDetectionService branchDetectionService,
ScopedExclusionService scopedExclusionService,
com.atlassian.event.api.EventPublisher eventPublisher,
HibernateMutableAclService aclService,
TriggerConfigurationService triggerConfigurationService,
EnvironmentService environmentService,
EnvironmentTaskService environmentTaskService,
ImmutablePlanCacheService immutablePlanCacheService)
|
Uses of EnvironmentService in com.atlassian.bamboo.server.control |
---|
Constructors in com.atlassian.bamboo.server.control with parameters of type EnvironmentService | |
---|---|
ChangeDetectionControllerImpl(CachedPlanManager cachedPlanManager,
EnvironmentService environmentService,
TriggerTypeManager triggerTypeManager,
XStreamFactory xStreamFactory)
|
Uses of EnvironmentService in com.atlassian.bamboo.spring |
---|
Fields in com.atlassian.bamboo.spring with type parameters of type EnvironmentService | |
---|---|
static com.google.common.base.Supplier<EnvironmentService> |
ComponentAccessor.ENVIRONMENT_SERVICE
|
Uses of EnvironmentService in com.atlassian.bamboo.task |
---|
Constructors in com.atlassian.bamboo.task with parameters of type EnvironmentService | |
---|---|
TaskConfiguratorHelperImpl(BuildDefinitionManager buildDefinitionManager,
EnvironmentService environmentService,
com.opensymphony.xwork2.TextProvider textProvider)
|
|
TaskContextHelperServiceImpl(BuildDefinitionManager buildDefinitionManager,
EnvironmentService environmentService)
|
Uses of EnvironmentService in com.atlassian.bamboo.task.repository |
---|
Fields in com.atlassian.bamboo.task.repository declared as EnvironmentService | |
---|---|
protected EnvironmentService |
AbstractRepositoryAwareTaskConfigurator.environmentService
|
Methods in com.atlassian.bamboo.task.repository with parameters of type EnvironmentService | |
---|---|
void |
AbstractRepositoryAwareTaskConfigurator.setEnvironmentService(EnvironmentService environmentService)
|
Uses of EnvironmentService in com.atlassian.bamboo.trigger.dependency |
---|
Methods in com.atlassian.bamboo.trigger.dependency with parameters of type EnvironmentService | |
---|---|
void |
AfterSuccessfulDeploymentTriggerConfigurator.setEnvironmentService(EnvironmentService environmentService)
|
Uses of EnvironmentService in com.atlassian.bamboo.v2.build.queue |
---|
Constructors in com.atlassian.bamboo.v2.build.queue with parameters of type EnvironmentService | |
---|---|
BuildQueueManagerImpl(com.atlassian.event.api.EventPublisher eventPublisher,
BuildExecutionManager buildExecutionManager,
CachedPlanManager cachedPlanManager,
com.atlassian.plugin.PluginAccessor pluginAccessor,
ErrorUpdateHandler errorUpdateHandler,
ExecutableAgentsHelper executableAgentsHelper,
CustomVariableContextRunner customVariableContextRunner,
EnvironmentService environmentService,
ExecutionPhaseService executionPhaseService,
XStreamFactory xStreamFactory,
org.springframework.transaction.support.TransactionTemplate transactionTemplate,
LocalResultProcessor resultProcessor,
long responseTimeout)
|
Uses of EnvironmentService in com.atlassian.bamboo.ww2 |
---|
Fields in com.atlassian.bamboo.ww2 declared as EnvironmentService | |
---|---|
protected EnvironmentService |
BambooActionSupport.environmentService
|
Methods in com.atlassian.bamboo.ww2 with parameters of type EnvironmentService | |
---|---|
void |
BambooActionSupport.setEnvironmentService(EnvironmentService environmentService)
|
Uses of EnvironmentService in com.atlassian.bamboo.ww2.actions.admin.elastic |
---|
Methods in com.atlassian.bamboo.ww2.actions.admin.elastic with parameters of type EnvironmentService | |
---|---|
void |
ConfigureElasticImageConfigurationAssignments.setEnvironmentService(EnvironmentService environmentService)
|
Uses of EnvironmentService in com.atlassian.bamboo.ww2.actions.build |
---|
Methods in com.atlassian.bamboo.ww2.actions.build with parameters of type EnvironmentService | |
---|---|
void |
BuildJsonProviderAction.setEnvironmentService(EnvironmentService environmentService)
|
Constructors in com.atlassian.bamboo.ww2.actions.build with parameters of type EnvironmentService | |
---|---|
AbstractBuildJsonDecorator(com.opensymphony.xwork2.TextProvider textProvider,
EnvironmentService environmentService,
DeploymentQueueItemViewForJsonDecorator deploymentQueueItem,
TriggerManager triggerManager)
|
|
CurrentlyDeployingJsonDecorator(DeploymentInProgress deploymentInProgress,
com.opensymphony.xwork2.TextProvider textProvider,
EnvironmentService environmentService,
TriggerManager triggerManager,
AgentManager agentManager)
|
|
QueuedBuildJsonDecorator(com.opensymphony.xwork2.TextProvider textProvider,
DeploymentQueueItemViewForJsonDecorator deploymentQueueItem,
int index,
BuildExecutionManager buildExecutionManager,
EnvironmentService environmentService,
TriggerManager triggerManager)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |