Uses of Class
jenkins.model.ArtifactManager
-
Uses of ArtifactManager in hudson.model
Modifier 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
Modifier and TypeClassDescriptionclass
Default artifact manager which transfers files over the remoting channel and stores them inside the build directory.Modifier and TypeMethodDescriptionabstract ArtifactManager
ArtifactManagerFactory.managerFor
(Run<?, ?> build) Optionally creates a manager for a particular build.