Class GroovySample.Static
java.lang.Object
org.jenkinsci.plugins.workflow.cps.GroovySample.Static
- All Implemented Interfaces:
ExtensionPoint
,GroovySample
- Direct Known Subclasses:
GroovySample.GitHubMaven
,GroovySample.Hello
,GroovySample.Scripted
- Enclosing interface:
- GroovySample
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public abstract static class GroovySample.Static
extends Object
implements GroovySample
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
Nested classes/interfaces inherited from interface org.jenkinsci.plugins.workflow.cps.GroovySample
GroovySample.GitHubMaven, GroovySample.Hello, GroovySample.Registry, GroovySample.Scripted, GroovySample.Static
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jenkinsci.plugins.workflow.cps.GroovySample
name, title
-
Constructor Details
-
Static
public Static()
-
-
Method Details
-
script
- Specified by:
script
in interfaceGroovySample
-