Uses of Class
jenkins.model.ArtifactManager
-
Packages that use ArtifactManager Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.jenkins.model -
-
Uses of ArtifactManager in hudson.model
Methods in hudson.model that return ArtifactManager Modifier and Type Method Description ArtifactManager
Run. getArtifactManager()
Gets an object responsible for storing and retrieving build artifacts.ArtifactManager
Run. pickArtifactManager()
Selects an object responsible for storing and retrieving build artifacts. -
Uses of ArtifactManager in jenkins.model
Subclasses of ArtifactManager in jenkins.model Modifier and Type Class Description class
StandardArtifactManager
Default artifact manager which transfers files over the remoting channel and stores them inside the build directory.Methods in jenkins.model that return ArtifactManager Modifier and Type Method Description abstract ArtifactManager
ArtifactManagerFactory. managerFor(Run<?,?> build)
Optionally creates a manager for a particular build.
-