Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
jenkins.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
StandardArtifactManager
Default artifact manager which transfers files over the remoting channel and stores them inside the build directory.
|
Modifier and Type | Method and Description |
---|---|
abstract ArtifactManager |
ArtifactManagerFactory.managerFor(Run<?,?> build)
Optionally creates a manager for a particular build.
|
Copyright © 2016. All rights reserved.