Uses of Interface
com.atlassian.bamboo.deployments.results.service.DeploymentResultService
-
-
Uses of DeploymentResultService in com.atlassian.bamboo.agent.managed.schedule
Constructors in com.atlassian.bamboo.agent.managed.schedule with parameters of type DeploymentResultService Constructor Description ManagedAgentContainersOptimizerImpl(AdministrationConfigurationAccessor administrationConfigurationAccessor, AgentResultsSummaryManager agentResultsSummaryManager, AwsAccountBean awsAccountBean, BambooLicenseManager bambooLicenseManager, BuildExecutionManager buildExecutionManager, BuildQueueManager buildQueueManager, CachedPlanManager cachedPlanManager, DeploymentResultService deploymentResultService, ElasticAccountBean elasticAccountBean, ElasticInstanceManager elasticInstanceManager, com.opensymphony.xwork2.TextProvider textProvider, EphemeralAgentsLaunchRequestRegistry ephemeralAgentsLaunchRequestRegistry)
-
Uses of DeploymentResultService in com.atlassian.bamboo.build.monitoring
Methods in com.atlassian.bamboo.build.monitoring with parameters of type DeploymentResultService Modifier and Type Method Description void
DeploymentStopDelayedJob. setDeploymentResultService(DeploymentResultService deploymentResultService)
-
Uses of DeploymentResultService in com.atlassian.bamboo.deployments.environments.actions
Methods in com.atlassian.bamboo.deployments.environments.actions with parameters of type DeploymentResultService Modifier and Type Method Description void
ViewEnvironment. setDeploymentResultService(DeploymentResultService deploymentResultService)
-
Uses of DeploymentResultService in com.atlassian.bamboo.deployments.environments.index
Constructors in com.atlassian.bamboo.deployments.environments.index with parameters of type DeploymentResultService Constructor Description EnvironmentIndexSearcherImpl(@NotNull BambooCachingPermissionManagerFacadeFactory cachingPermissionManagerFacadeFactory, @NotNull DeploymentProjectService deploymentProjectService, @NotNull DeploymentResultService deploymentResultService, @NotNull DeploymentVersionService deploymentVersionService)
-
Uses of DeploymentResultService in com.atlassian.bamboo.deployments.execution.actions
Methods in com.atlassian.bamboo.deployments.execution.actions with parameters of type DeploymentResultService Modifier and Type Method Description void
DeleteDeploymentResult. setDeploymentResultService(DeploymentResultService deploymentResultService)
void
StopDeployment. setDeploymentResultService(DeploymentResultService deploymentResultService)
void
ViewDeploymentResult. setDeploymentResultService(DeploymentResultService deploymentResultService)
-
Uses of DeploymentResultService in com.atlassian.bamboo.deployments.execution.triggering
Constructors in com.atlassian.bamboo.deployments.execution.triggering with parameters of type DeploymentResultService Constructor Description EnvironmentTriggeringActionFactoryImpl(DeploymentVersionService deploymentVersionService, DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager, TriggerManager triggerManager, ResultsSummaryManager resultsSummaryManager, DeploymentResultService deploymentResultService)
ScheduledEnvironmentTriggeringAction(Environment environment, PlanKey sourceBranchKey, DeploymentExecutionService deploymentExecutionService, DeploymentVersionService deploymentVersionService, DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager, TriggerManager triggerManager, ResultsSummaryManager resultsSummaryManager, DeploymentResultService deploymentResultService, Map<String,String> triggerConfiguration)
-
Uses of DeploymentResultService in com.atlassian.bamboo.deployments.expiry
Constructors in com.atlassian.bamboo.deployments.expiry with parameters of type DeploymentResultService Constructor Description DeploymentExpiryServiceImpl(AdministrationConfigurationAccessor administrationConfigurationAccessor, com.atlassian.bandana.BandanaManager bandanaManager, DeploymentProjectService deploymentProjectService, DeploymentResultDeletionService deploymentResultDeletionService, DeploymentResultService deploymentResultService, DeploymentVersionDeletionService deploymentVersionDeletionService, DeploymentVersionService deploymentVersionService, EnvironmentService environmentService, ResultsSummaryManager resultsSummaryManager, ArtifactLinkManager artifactLinkManager)
-
Uses of DeploymentResultService in com.atlassian.bamboo.deployments.notification
Methods in com.atlassian.bamboo.deployments.notification with parameters of type DeploymentResultService Modifier and Type Method Description void
DeploymentFinishedNotification. setDeploymentResultService(DeploymentResultService deploymentResultService)
void
DeploymentStartedNotification. setDeploymentResultService(DeploymentResultService deploymentResultService)
Constructors in com.atlassian.bamboo.deployments.notification with parameters of type DeploymentResultService Constructor Description DeploymentNotificationEventListener(DeploymentResultService deploymentResultService, EnvironmentService environmentService, NotificationDispatcher notificationDispatcher, NotificationManager notificationManager)
-
Uses of DeploymentResultService in com.atlassian.bamboo.deployments.projects.actions
Methods in com.atlassian.bamboo.deployments.projects.actions with parameters of type DeploymentResultService Modifier and Type Method Description void
ViewDeploymentProjects. setDeploymentResultService(DeploymentResultService deploymentResultService)
-
Uses of DeploymentResultService in com.atlassian.bamboo.deployments.projects.service
Constructors in com.atlassian.bamboo.deployments.projects.service with parameters of type DeploymentResultService Constructor Description DeploymentProjectServiceImpl(ArtifactDefinitionManager artifactDefinitionManager, BambooAclUpdateHelper aclUpdateHelper, BambooAuthenticationContext authenticationContext, CachedPlanManager cachedPlanManager, DeploymentProjectDao deploymentProjectDao, DeploymentResultService deploymentResultService, EnvironmentDao environmentDao, EnvironmentService environmentService, InternalEnvironmentService internalEnvironmentService, 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, BambooEntityOidService bambooEntityOidService)
-
Uses of DeploymentResultService in com.atlassian.bamboo.deployments.results.service
Classes in com.atlassian.bamboo.deployments.results.service that implement DeploymentResultService Modifier and Type Class Description class
DeploymentResultServiceImpl
-
Uses of DeploymentResultService in com.atlassian.bamboo.deployments.versions.actions
Fields in com.atlassian.bamboo.deployments.versions.actions declared as DeploymentResultService Modifier and Type Field Description protected DeploymentResultService
AbstractCreateDeploymentVersion. deploymentResultService
Methods in com.atlassian.bamboo.deployments.versions.actions with parameters of type DeploymentResultService Modifier and Type Method Description void
AbstractCreateDeploymentVersion. setDeploymentResultService(DeploymentResultService deploymentResultService)
void
ViewDeploymentVersion. setDeploymentResultService(DeploymentResultService deploymentResultService)
-
Uses of DeploymentResultService in com.atlassian.bamboo.deployments.versions.service
Constructors in com.atlassian.bamboo.deployments.versions.service with parameters of type DeploymentResultService Constructor Description 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, AuditLogService auditLogService)
-
Uses of DeploymentResultService in com.atlassian.bamboo.notification
Methods in com.atlassian.bamboo.notification with parameters of type DeploymentResultService Modifier and Type Method Description void
NotificationFactoryImpl. setDeploymentResultService(DeploymentResultService deploymentResultService)
-
Uses of DeploymentResultService in com.atlassian.bamboo.notification.transports.webhook
Constructors in com.atlassian.bamboo.notification.transports.webhook with parameters of type DeploymentResultService Constructor Description WebhookTransport(WebhookTemplate webhookTemplate, CustomVariableContext customVariableContext, ErrorUpdateHandler errorUpdateHandler, ResultsSummaryManager resultsSummaryManager, DeploymentProjectService deploymentProjectService, WebhookSenderService webhookSenderService, String url, WebhookResponseService webhookResponseService, DeploymentResultService deploymentResultService, BambooUrl bambooUrl, TemplateRenderer templateRenderer)
-
Uses of DeploymentResultService in com.atlassian.bamboo.plan.analytics
Constructors in com.atlassian.bamboo.plan.analytics with parameters of type DeploymentResultService Constructor Description ActivePlansDeploymentsAnalyticsServiceImpl(ImmutablePlanCacheService immutablePlanCacheService, DeploymentProjectService deploymentProjectService, DeploymentResultService deploymentResultService)
-
Uses of DeploymentResultService in com.atlassian.bamboo.plugins.jira.event
Constructors in com.atlassian.bamboo.plugins.jira.event with parameters of type DeploymentResultService Constructor Description DeploymentCompletedIssuePublisher(com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.event.remote.RemoteEventProducerRegistrar remoteEventProducerRegistrar, DeploymentResultService deploymentResultService, DeploymentProjectService deploymentProjectService, DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService, AdministrationConfigurationAccessor administrationConfigurationAccessor)
-
Uses of DeploymentResultService in com.atlassian.bamboo.plugins.jira.rest.resource
Constructors in com.atlassian.bamboo.plugins.jira.rest.resource with parameters of type DeploymentResultService Constructor Description JiraIssueRelatedDeploymentsResource(AdministrationConfigurationAccessor administrationConfigurationAccessor, CustomVariableContext customVariableContext, DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager, FeatureManager featureManager, JiraRestHelper jiraRestHelper, DeploymentVersionService deploymentVersionService, DeploymentResultService deploymentResultService)
-
Uses of DeploymentResultService in com.atlassian.bamboo.plugins.jira.summary.deployment
Constructors in com.atlassian.bamboo.plugins.jira.summary.deployment with parameters of type DeploymentResultService Constructor Description DeploymentAggregator(AdministrationConfigurationAccessor administrationConfigurationAccessor, ImpersonationService impersonationService, JiraRestHelper jiraRestHelper, com.atlassian.sal.api.auth.OAuthRequestVerifierFactory oAuthRequestVerifierFactory, com.atlassian.sal.api.user.UserManager salUserManager, DeploymentVersionService deploymentVersionService, DeploymentResultService deploymentResultService)
-
Uses of DeploymentResultService in com.atlassian.bamboo.plugins.rest.deployments.environments
Constructors in com.atlassian.bamboo.plugins.rest.deployments.environments with parameters of type DeploymentResultService Constructor Description DeploymentEnvironmentResource(AgentAssignmentService agentAssignmentService, AgentManager agentManager, EnvironmentService environmentService, EnvironmentCustomConfigService environmentCustomConfigService, DeploymentResultService deploymentResultService, DeploymentProjectService deploymentProjectService, com.atlassian.sal.api.message.I18nResolver i18nResolver, com.atlassian.event.api.EventPublisher eventPublisher, ElasticImageConfigurationManager elasticImageConfigurationManager, EnvironmentRequirementService environmentRequirementService, VariableDefinitionManager variableDefinitionManager, AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooPermissionManager bambooPermissionManager, VariableConfigurationService variableConfigurationService, AgentCapabilityService agentCapabilityService, LinkService linkService, EphemeralAgentsService ephemeralAgentsService)
-
Uses of DeploymentResultService in com.atlassian.bamboo.plugins.rest.deployments.execution
Constructors in com.atlassian.bamboo.plugins.rest.deployments.execution with parameters of type DeploymentResultService Constructor Description DeploymentPreviewResource(DeploymentVersionService deploymentVersionService, EnvironmentService environmentService, DeploymentProjectService deploymentProjectService, DeploymentResultService deploymentResultService, ResultsSummaryManager resultSummaryManager, DeploymentVersionVcsChangesetService deploymentVersionVcsChangesetService, DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService, PlanRestService planRestService, CustomVariableContext customVariableContext, Jsonator jsonator, CachedPlanManager cachedPlanManager)
DeploymentQueueResource(BuildQueueManager buildQueueManager, BambooUserManager bambooUserManager, DeploymentExecutionService deploymentExecutionService, DeploymentProjectService deploymentProjectService, DeploymentResultService deploymentResultService, DeploymentVersionService deploymentVersionService, EnvironmentService environmentService, EnvironmentTriggeringActionFactory environmentTriggeringActionFactory, com.atlassian.sal.api.message.I18nResolver i18nResolver, PlanExecutionManager planExecutionManager)
-
Uses of DeploymentResultService in com.atlassian.bamboo.plugins.rest.deployments.issues
Constructors in com.atlassian.bamboo.plugins.rest.deployments.issues with parameters of type DeploymentResultService Constructor Description JiraIssueRelatedDeploymentsResource(DeploymentVersionService deploymentVersionService, DeploymentProjectService deploymentProjectService, EnvironmentService environmentService, DeploymentResultService deploymentResultService, AdministrationConfigurationAccessor administrationConfigurationAccessor, com.atlassian.sal.api.message.I18nResolver i18nResolver)
-
Uses of DeploymentResultService in com.atlassian.bamboo.plugins.rest.deployments.projects
Constructors in com.atlassian.bamboo.plugins.rest.deployments.projects with parameters of type DeploymentResultService Constructor Description DeploymentDashboardResource(DeploymentProjectService deploymentProjectService, EnvironmentService environmentService, DeploymentResultService deploymentResultService, DeploymentVersionService deploymentVersionService, LinkService linkService, com.atlassian.sal.api.message.I18nResolver i18nResolver)
-
Uses of DeploymentResultService in com.atlassian.bamboo.plugins.rest.deployments.results
Constructors in com.atlassian.bamboo.plugins.rest.deployments.results with parameters of type DeploymentResultService Constructor Description DeploymentResultResource(DeploymentResultService deploymentResultService, BuildLoggerManager loggerManager, AdministrationConfigurationAccessor administrationConfigurationAccessor)
-
Uses of DeploymentResultService in com.atlassian.bamboo.plugins.stash
Constructors in com.atlassian.bamboo.plugins.stash with parameters of type DeploymentResultService Constructor Description BitbucketServerDeploymentUpdater(AdministrationConfigurationAccessor administrationConfigurationAccessor, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, DeploymentProjectService deploymentProjectService, DeploymentResultService deploymentResultService, DeploymentVersionVcsChangesetService deploymentVersionVcsChangesetService, com.atlassian.event.api.EventPublisher eventPublisher, FeatureManager featureManager, com.atlassian.plugins.capabilities.api.LinkedApplicationCapabilities linkedApplicationCapabilities, com.atlassian.stash.rest.client.applinks.ApplinkStashClientFactory stashClientFactory)
-
Uses of DeploymentResultService in com.atlassian.bamboo.plugins.testutils.deployments
Constructors in com.atlassian.bamboo.plugins.testutils.deployments with parameters of type DeploymentResultService Constructor Description DeploymentsTestServiceImpl(DeploymentExecutionService deploymentExecutionService, DeploymentProjectService deploymentProjectService, DeploymentResultService deploymentResultService, DeploymentVersionService deploymentVersionService, EnvironmentService environmentService, ResultsSummaryManager resultsSummaryManager, TriggerManager triggerManager)
-
Uses of DeploymentResultService in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type DeploymentResultService Modifier and Type Field Description static Supplier<DeploymentResultService>
ComponentAccessor. DEPLOYMENT_RESULT_SERVICE
Deprecated. -
Uses of DeploymentResultService in com.atlassian.bamboo.trigger.dependency
Constructors in com.atlassian.bamboo.trigger.dependency with parameters of type DeploymentResultService Constructor Description EnvironmentDependencyListener(EnvironmentDependencyService environmentDependencyService, EnvironmentTriggeringActionFactory environmentTriggeringActionFactory, NonBlockingPlanExecutionService nonBlockingPlanExecutionService, ResultsSummaryManager resultsSummaryManager, DeploymentResultService deploymentResultService, TriggerManager triggerManager, DeploymentExecutionService deploymentExecutionService, DeploymentVersionService deploymentVersionService, DeploymentProjectService deploymentProjectService, CachedPlanManager cachedPlanManager)
-
Uses of DeploymentResultService in com.atlassian.bamboo.variable.substitutor
Methods in com.atlassian.bamboo.variable.substitutor with parameters of type DeploymentResultService Modifier and Type Method Description void
VariableSubstitutorFactoryImpl. setDeploymentResultService(DeploymentResultService deploymentResultService)
-
Uses of DeploymentResultService in com.atlassian.bamboo.webhooks
Methods in com.atlassian.bamboo.webhooks that return DeploymentResultService Modifier and Type Method Description DeploymentResultService
ViewWebhookResponseDetails. getDeploymentResultService()
Methods in com.atlassian.bamboo.webhooks with parameters of type DeploymentResultService Modifier and Type Method Description void
ViewWebhookResponseDetails. setDeploymentResultService(DeploymentResultService deploymentResultService)
-
Uses of DeploymentResultService in it.com.atlassian.bamboo.deployments.expiry
Constructors in it.com.atlassian.bamboo.deployments.expiry with parameters of type DeploymentResultService Constructor Description DeploymentExpiryServiceWiredTest(AdministrationConfigurationAccessor administrationConfigurationAccessor, AdministrationConfigurationPersister administrationConfigurationPersister, DeploymentExpiryService deploymentExpiryService, DeploymentsTestService deploymentsTestService, DeploymentVersionService deploymentVersionService, DeploymentResultService deploymentResultService, PluginHibernateSessionFactory pluginHibernateSessionFactory, StorageLocationService storageLocationService)
-
Uses of DeploymentResultService in it.com.atlassian.bamboo.deployments.results.service
Constructors in it.com.atlassian.bamboo.deployments.results.service with parameters of type DeploymentResultService Constructor Description DeploymentResultDeletionServiceWiredTest(DeploymentResultDeletionService deploymentResultDeletionService, DeploymentResultService deploymentResultService, DeploymentsTestService deploymentsTestService, EnvironmentService environmentService, HibernateMutableAclService aclService, ImpersonationService impersonationService)
-