Package jenkins.model

Class PeepholePermalink.DefaultCache

java.lang.Object
jenkins.model.PeepholePermalink.DefaultCache
All Implemented Interfaces:
ExtensionPoint, PeepholePermalink.Cache
Enclosing class:
PeepholePermalink

@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) @Extension(ordinal=-1000.0) public static final class PeepholePermalink.DefaultCache extends Object implements PeepholePermalink.Cache
Default cache based on a permalinks file in the build directory. There is one line per cached permalink, in the format lastStableBuild 123 or (for a negative cache) lastFailedBuild -1.