Uses of Class
jenkins.model.ArtifactManager
Packages that use ArtifactManager
-
Uses of ArtifactManager in hudson.model
Methods in hudson.model that return ArtifactManagerModifier and TypeMethodDescriptionfinal ArtifactManager
Run.getArtifactManager()
Gets an object responsible for storing and retrieving build artifacts.final ArtifactManager
Run.pickArtifactManager()
Selects an object responsible for storing and retrieving build artifacts. -
Uses of ArtifactManager in jenkins.model
Subclasses of ArtifactManager in jenkins.modelModifier and TypeClassDescriptionclass
Default artifact manager which transfers files over the remoting channel and stores them inside the build directory.Methods in jenkins.model that return ArtifactManagerModifier and TypeMethodDescriptionabstract ArtifactManager
ArtifactManagerFactory.managerFor
(Run<?, ?> build) Optionally creates a manager for a particular build.