Class Snippetizer.LocalAction

java.lang.Object
org.jenkinsci.plugins.workflow.cps.Snippetizer
org.jenkinsci.plugins.workflow.cps.Snippetizer.LocalAction
All Implemented Interfaces:
ExtensionPoint, Action, DescriptorByNameOwner, ModelObject, RootAction
Enclosing class:
Snippetizer

public static class Snippetizer.LocalAction extends Snippetizer
May be added to various contexts to offer the Pipeline Groovy link where it is appropriate. To use, define a TransientActionFactory of some kind of Item. If the target AccessControlled.hasPermission(hudson.security.Permission) Item.EXTENDED_READ, return one Snippetizer.LocalAction. Otherwise return an empty set.