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 ArtifactManagerRun.getArtifactManager()Gets an object responsible for storing and retrieving build artifacts.final ArtifactManagerRun.pickArtifactManager()Selects an object responsible for storing and retrieving build artifacts. -
Uses of ArtifactManager in jenkins.model
Subclasses of ArtifactManager in jenkins.modelModifier and TypeClassDescriptionclassDefault 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 ArtifactManagerArtifactManagerFactory.managerFor(Run<?, ?> build) Optionally creates a manager for a particular build.