Uses of Class
hudson.model.Run.Artifact
-
Packages that use Run.Artifact Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
. -
-
Uses of Run.Artifact in hudson.model
Methods in hudson.model that return types with arguments of type Run.Artifact Modifier and Type Method Description List<Run.Artifact>
Run. getArtifacts()
Gets the artifacts (relative toRun.getArtifactsDir()
.List<Run.Artifact>
Run. getArtifactsUpTo(int artifactsNumber)
Gets the first N artifacts.Map<Run.Artifact,String>
Run.ArtifactList. getTree()
-