Package com.cloudbees.workflow.flownode
Class FlowNodeUtil.CacheExtension
- java.lang.Object
-
- com.cloudbees.workflow.flownode.FlowNodeUtil.CacheExtensionPoint
-
- com.cloudbees.workflow.flownode.FlowNodeUtil.CacheExtension
-
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- FlowNodeUtil
@Extension @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public static class FlowNodeUtil.CacheExtension extends FlowNodeUtil.CacheExtensionPoint
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description CacheExtension()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static List<FlowNodeUtil.CacheExtension>
all()
com.google.common.cache.Cache<String,RunExt>
getRunCache()
-
-
-
Method Detail
-
getRunCache
public com.google.common.cache.Cache<String,RunExt> getRunCache()
- Specified by:
getRunCache
in classFlowNodeUtil.CacheExtensionPoint
-
all
public static List<FlowNodeUtil.CacheExtension> all()
-
-