Uses of Interface
com.atlassian.bamboo.build.artifact.ArtifactLinkManager
-
-
Uses of ArtifactLinkManager in com.atlassian.bamboo.build
Fields in com.atlassian.bamboo.build declared as ArtifactLinkManager Modifier and Type Field Description protected ArtifactLinkManager
PlanResultsAction. artifactLinkManager
Methods in com.atlassian.bamboo.build with parameters of type ArtifactLinkManager Modifier and Type Method Description void
PlanResultsAction. setArtifactLinkManager(ArtifactLinkManager artifactLinkManager)
-
Uses of ArtifactLinkManager in com.atlassian.bamboo.build.artifact
Classes in com.atlassian.bamboo.build.artifact that implement ArtifactLinkManager Modifier and Type Class Description class
DefaultArtifactLinkManager
Methods in com.atlassian.bamboo.build.artifact with parameters of type ArtifactLinkManager Modifier and Type Method Description static @Nullable String
ArtifactHandlingUtils. getArtifactUrl(@NotNull ArtifactLinkManager artifactLinkManager, @NotNull Artifact artifact, @NotNull String baseUrl)
static @Nullable String
ArtifactHandlingUtils. getArtifactUrl(@NotNull ArtifactLinkManager artifactLinkManager, @NotNull ArtifactLink artifactLink, @NotNull String baseUrl)
Deprecated. -
Uses of ArtifactLinkManager in com.atlassian.bamboo.chains
Constructors in com.atlassian.bamboo.chains with parameters of type ArtifactLinkManager Constructor Description ChainResultManagerImpl(BuildResultsSummaryManager buildResultsSummaryManager, ResultsSummaryManager resultsSummaryManager, LimitedConcurrencyCaller limitedConcurrencyCaller, ErrorUpdateHandler errorUpdateHandler, com.opensymphony.xwork2.TextProvider textProvider, ArtifactLinkManager artifactLinkManager, Persister persister, BuildContextBuilderFactory buildContextBuilderFactory, TriggerManager triggerManager, AuthorCreatorService authorCreatorService)
-
Uses of ArtifactLinkManager in com.atlassian.bamboo.clover.build.coverage
Methods in com.atlassian.bamboo.clover.build.coverage with parameters of type ArtifactLinkManager Modifier and Type Method Description void
ViewCloverCoverageSummary. setArtifactLinkManager(ArtifactLinkManager artifactLinkManager)
Constructors in com.atlassian.bamboo.clover.build.coverage with parameters of type ArtifactLinkManager Constructor Description CloverReportLinker(@NotNull ResultsSummary summary, @NotNull ArtifactLinkManager artifactLinkManager, @NotNull String baseUrl)
-
Uses of ArtifactLinkManager in com.atlassian.bamboo.deployments.expiry
Constructors in com.atlassian.bamboo.deployments.expiry with parameters of type ArtifactLinkManager 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 ArtifactLinkManager in com.atlassian.bamboo.deployments.versions.actions
Methods in com.atlassian.bamboo.deployments.versions.actions with parameters of type ArtifactLinkManager Modifier and Type Method Description void
ViewDeploymentVersion. setArtifactLinkManager(ArtifactLinkManager artifactLinkManager)
Constructors in com.atlassian.bamboo.deployments.versions.actions with parameters of type ArtifactLinkManager Constructor Description FromDeploymentVersionItem(ArtifactLinkManager artifactLinkManager, String baseUrl)
-
Uses of ArtifactLinkManager in com.atlassian.bamboo.deployments.versions.service
Constructors in com.atlassian.bamboo.deployments.versions.service with parameters of type ArtifactLinkManager Constructor Description DeploymentVersionServiceImpl(@NotNull DeploymentProjectDao deploymentProjectDao, @NotNull DeploymentVersionDao deploymentVersionDao, @NotNull ResultsSummaryManager resultsSummaryManager, @NotNull DeploymentVersionChainResultDataCollector deploymentVersionChainResultDataCollector, @NotNull com.opensymphony.xwork2.TextProvider textProvider, @NotNull EnvironmentService environmentService, @NotNull BambooUserManager bambooUserService, @NotNull VariableDefinitionManager variableDefinitionManager, @NotNull VariableDefinitionFactory variableDefinitionFactory, @NotNull CustomVariableContext customVariableContext, @NotNull com.atlassian.event.api.EventPublisher eventPublisher, @NotNull CachedPlanManager cachedPlanManager, @NotNull ScopedExclusionService scopedExclusionService, @NotNull ResultsSummaryVariableAccessor resultsSummaryVariableAccessor, @NotNull RepositoryDefinitionManager repositoryDefinitionManager, @NotNull VcsRepositoryManager vcsRepositoryManager, @NotNull BambooCachingPermissionManagerFacadeFactory bambooCachingPermissionManagerFacadeFactory, @NotNull ArtifactLinkManager artifactLinkManager, @NotNull AuditLogService auditLogService)
-
Uses of ArtifactLinkManager in com.atlassian.bamboo.plugins.jira.rest.model.build
Methods in com.atlassian.bamboo.plugins.jira.rest.model.build with parameters of type ArtifactLinkManager Modifier and Type Method Description static Function<io.atlassian.fugue.Pair<ImmutableChain,ChainResultsSummary>,PlanSummary>
PlanSummary. createPlanSummary(@NotNull ArtifactLinkManager artifactLinkManager, @NotNull CustomVariableContext customVariableContext, @NotNull Map<PlanResultKey,PlanResultKey> buildFixesBuildMap, @NotNull String baseUrl)
static Function<ArtifactLink,ArtifactSummary>
ArtifactSummary. fromArtifactLink(@NotNull ArtifactLinkManager artifactLinkManager, @NotNull String baseUrl)
Constructors in com.atlassian.bamboo.plugins.jira.rest.model.build with parameters of type ArtifactLinkManager Constructor Description BuildStatusSummary(@NotNull ChainResultsSummary chainResultSummary, @NotNull ArtifactLinkManager artifactLinkManager, @NotNull Map<PlanResultKey,PlanResultKey> buildFixesBuildMap, @NotNull String baseUrl)
PlanSummary(@NotNull ImmutableChain chain, @NotNull ChainResultsSummary chainResultsSummary, @NotNull ArtifactLinkManager artifactLinkManager, @NotNull CustomVariableContext customVariableContext, @NotNull Map<PlanResultKey,PlanResultKey> buildFixesBuildMap, @NotNull String baseUrl)
-
Uses of ArtifactLinkManager in com.atlassian.bamboo.plugins.jira.rest.resource
Constructors in com.atlassian.bamboo.plugins.jira.rest.resource with parameters of type ArtifactLinkManager Constructor Description JiraIssueLatestRelatedBuildsResource(AdministrationConfigurationAccessor administrationConfigurationAccessor, ArtifactLinkManager artifactLinkManager, CustomVariableContext customVariableContext, CachedPlanManager cachedPlanManager, PlanResultSearcher planResultSearcher, JiraRestHelper jiraRestHelper, ResultsSummaryManager resultsSummaryManager)
-
Uses of ArtifactLinkManager in com.atlassian.bamboo.plugins.jiraPlugin.actions.ajax
Methods in com.atlassian.bamboo.plugins.jiraPlugin.actions.ajax with parameters of type ArtifactLinkManager Modifier and Type Method Description void
AbstractJiraRelatedAction. setArtifactLinkManager(ArtifactLinkManager artifactLinkManager)
-
Uses of ArtifactLinkManager in com.atlassian.bamboo.plugins.rest.model.chain
Constructors in com.atlassian.bamboo.plugins.rest.model.chain with parameters of type ArtifactLinkManager Constructor Description RestChainResult(ChainResultsSummary buildSummary, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, boolean detailedResult, @Nullable BuildLoggerManager buildLoggerManager, @Nullable PlanExecutionManager planExecutionManager, @Nullable BuildQueueManager buildQueueManager, StageStatusHelper stageStatusHelper, ExecutableAgentsHelper executableAgentsHelper, BuildLogFileAccessorFactory buildLogFileAccessorFactory, PlanRestService planRestService, ArtifactLinkManager artifactLinkManager)
RestChainResult(ChainResultsSummary buildSummary, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, StageStatusHelper stageStatusHelper, ExecutableAgentsHelper executableAgentsHelper, BuildLogFileAccessorFactory buildLogFileAccessorFactory, PlanRestService planRestService, ArtifactLinkManager artifactLinkManager)
RestChainResultDetails(ChainResultsSummary buildSummary, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.UriBuilder baseUriBuilder, boolean detailedResult, BuildLoggerManager buildLoggerManager, PlanExecutionManager planExecutionManager, BuildQueueManager buildQueueManager, StageStatusHelper stageStatusHelper, ExecutableAgentsHelper executableAgentsHelper, BuildLogFileAccessorFactory buildLogFileAccessorFactory, PlanRestService planRestService, ArtifactLinkManager artifactLinkManager)
-
Uses of ArtifactLinkManager in com.atlassian.bamboo.plugins.rest.service
Constructors in com.atlassian.bamboo.plugins.rest.service with parameters of type ArtifactLinkManager Constructor Description ResultServiceImpl(AdministrationConfigurationAccessor administrationConfigurationAccessor, ArtifactLinkManager artifactLinkManager, BambooUserManager bambooUserManager, BuildLogFileAccessorFactory buildLogFileAccessorFactory, BuildLoggerManager buildLoggerManager, BuildQueueManager buildQueueManager, CommentService commentService, ExecutableAgentsHelper executableAgentsHelper, com.atlassian.sal.api.message.I18nResolver i18nResolver, LabelManager labelManager, PlanExecutionManager planExecutionManager, PlanRestService planRestService, ProjectsRestService projectsRestService, ResultsSummaryManager resultsSummaryManager, StageStatusHelper stageStatusHelper)
-
Uses of ArtifactLinkManager in com.atlassian.bamboo.resultsummary
Methods in com.atlassian.bamboo.resultsummary with parameters of type ArtifactLinkManager Modifier and Type Method Description void
BuildResultsSummaryManagerImpl. setArtifactLinkManager(ArtifactLinkManager artifactLinkManager)
-
Uses of ArtifactLinkManager in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type ArtifactLinkManager Modifier and Type Field Description static Supplier<ArtifactLinkManager>
ComponentAccessor. ARTIFACT_LINK_MANAGER
Deprecated. -
Uses of ArtifactLinkManager in it.com.atlassian.bamboo.deployments.versions.service
Constructors in it.com.atlassian.bamboo.deployments.versions.service with parameters of type ArtifactLinkManager Constructor Description DeploymentVersionDeletionServiceWiredTest(ArtifactLinkManager artifactLinkManager, CachedPlanManager cachedPlanManager, DeploymentVersionDeletionService deploymentVersionDeletionService, DeploymentVersionService deploymentVersionService, DeploymentsTestService deploymentsTestService, HibernateMutableAclService aclService, ImpersonationService impersonationService, ResultsSummaryManager resultsSummaryManager, StorageLocationService storageLocationService)
-
Uses of ArtifactLinkManager in it.com.atlassian.bamboo.job
Constructors in it.com.atlassian.bamboo.job with parameters of type ArtifactLinkManager Constructor Description JobDeletionTest(PlanConfigImportService planConfigImportService, DeletionService deletionService, ResultsSummaryManager resultsSummaryManager, StorageLocationService storageLocationService, CachedPlanManager cachedPlanManager, PlanExecutionManager planExecutionManager, BambooUserManager bambooUserManager, ArtifactDefinitionManager artifactDefinitionManager, ArtifactLinkManager artifactLinkManager, PlanManager planManager, ImpersonationService impersonationService)
-