Uses of Interface
com.atlassian.bamboo.build.artifact.handlers.ArtifactHandlersService
-
-
Uses of ArtifactHandlersService in com.atlassian.bamboo.analytics.basedata.collector.generator
Constructors in com.atlassian.bamboo.analytics.basedata.collector.generator with parameters of type ArtifactHandlersService Constructor Description ArtifactHandlerEventProducer(ArtifactHandlersService artifactHandlersService, DiskUsageManager diskUsageManager)
-
Uses of ArtifactHandlersService in com.atlassian.bamboo.build.artifact
Methods in com.atlassian.bamboo.build.artifact with parameters of type ArtifactHandlersService Modifier and Type Method Description static @NotNull ArtifactHandlerConfigProvider
AbstractArtifactHandler. configProvider(@NotNull ArtifactHandlersService artifactHandlersService)
Create ArtifactHandlerConfigProvider that will return runtime configuration fetched from ArtifactHandlerService. -
Uses of ArtifactHandlersService in com.atlassian.bamboo.build.artifact.handlers
Classes in com.atlassian.bamboo.build.artifact.handlers that implement ArtifactHandlersService Modifier and Type Class Description class
ArtifactHandlersServiceImpl
-
Uses of ArtifactHandlersService in com.atlassian.bamboo.plugins.rest.admin.artifacthandler
Constructors in com.atlassian.bamboo.plugins.rest.admin.artifacthandler with parameters of type ArtifactHandlersService Constructor Description ArtifactHandlerResource(RestArtifactHandlerConversionFunction function, ArtifactHandlersService artifactHandlersService)
-
Uses of ArtifactHandlersService in com.atlassian.bamboo.spring
Fields in com.atlassian.bamboo.spring with type parameters of type ArtifactHandlersService Modifier and Type Field Description static Supplier<ArtifactHandlersService>
ComponentAccessor. ARTIFACT_HANDLERS_SERVICE
Deprecated.
-