Uses of Interface
com.atlassian.bamboo.build.artifact.handlers.ArtifactHandlerConfigurator
-
-
Uses of ArtifactHandlerConfigurator in com.atlassian.bamboo.build.artifact
Classes in com.atlassian.bamboo.build.artifact that implement ArtifactHandlerConfigurator Modifier and Type Class Description class
AgentLocalArtifactHandlerConfigurator
class
BambooRemoteArtifactHandlerConfigurator
class
S3ArtifactHandlerConfigurator
class
ServerLocalArtifactHandlerConfigurator
-
Uses of ArtifactHandlerConfigurator in com.atlassian.bamboo.build.artifact.handlers
Classes in com.atlassian.bamboo.build.artifact.handlers that implement ArtifactHandlerConfigurator Modifier and Type Class Description class
AbstractArtifactHandlerConfigurator
Methods in com.atlassian.bamboo.build.artifact.handlers that return types with arguments of type ArtifactHandlerConfigurator Modifier and Type Method Description @NotNull List<ArtifactHandlerConfigurator>
ArtifactHandlersService. getArtifactHandlerConfigurators()
Get configurators for enabled artifact handlers@NotNull List<ArtifactHandlerConfigurator>
ArtifactHandlersServiceImpl. getArtifactHandlerConfigurators()
Methods in com.atlassian.bamboo.build.artifact.handlers with parameters of type ArtifactHandlerConfigurator Modifier and Type Method Description static boolean
ArtifactHandlersServiceImpl. isArtifactHandlerEnabled(@NotNull ArtifactHandlerConfigurator configurator, @NotNull Map<String,String> configuration)
-
Uses of ArtifactHandlerConfigurator in com.atlassian.bamboo.plugin.descriptor
Methods in com.atlassian.bamboo.plugin.descriptor that return ArtifactHandlerConfigurator Modifier and Type Method Description @NotNull ArtifactHandlerConfigurator
ArtifactHandlerModuleDescriptor. getConfigurator()
@NotNull ArtifactHandlerConfigurator
ArtifactHandlerModuleDescriptorImpl. getConfigurator()
-
Uses of ArtifactHandlerConfigurator in com.atlassian.bamboo.ww2.actions.admin
Methods in com.atlassian.bamboo.ww2.actions.admin that return types with arguments of type ArtifactHandlerConfigurator Modifier and Type Method Description @NotNull List<ArtifactHandlerConfigurator>
ConfigureArtifactHandlers. getArtifactHandlerConfigurators()
List<ArtifactHandlerConfigurator>
ConfigureArtifactStorage. getArtifactHandlerConfigurators()
-