Class LastChangesDSL
- java.lang.Object
-
- org.jenkinsci.plugins.workflow.cps.GlobalVariable
-
- com.github.jenkins.lastchanges.pipeline.LastChangesDSL
-
- All Implemented Interfaces:
ExtensionPoint
@Extension public class LastChangesDSL extends org.jenkinsci.plugins.workflow.cps.GlobalVariable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description LastChangesDSL()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Object
getValue(org.jenkinsci.plugins.workflow.cps.CpsScript cpsScript)
-
-
-
Method Detail
-
getName
@Nonnull public String getName()
- Specified by:
getName
in classorg.jenkinsci.plugins.workflow.cps.GlobalVariable
-
-